JSPM

Found 2512 results for set

keypather

Get or set a deep value using a keypath string. Supports bracket and dot notation

  • v3.1.0
  • 45.16
  • Published

del-object-path

Delete given (deep) object path

  • v0.1.0
  • 45.11
  • Published

ip-set

Efficient mutable set for IP addresses

  • v3.0.0
  • 44.88
  • Published

@blakek/deep

🐡 Get, set, remove, and test for deeply nested properties

  • v4.0.0
  • 44.51
  • Published

sorted-btree

A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.

  • v1.8.1
  • 44.40
  • Published

nessy

set value in nested object

  • v5.3.0
  • 43.66
  • Published

defaulty

Copies missing properties to the target object.

  • v2.1.0
  • 43.65
  • Published

commander-version

A wrapper for Commander that automatically sets the version based on your package.json

  • v3.0.0
  • 43.45
  • Published

@stdlib/array-base-setter

Return an accessor function for setting an element in an indexed array-like object.

  • v0.2.2
  • 43.04
  • Published

projection-utils

Utilities to work with projections (e.g. mongo)

  • v1.1.0
  • 42.99
  • Published

mergician

Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.

  • v2.0.2
  • 42.74
  • Published

rename-fn

Rename a function

  • v2.1.0
  • 42.52
  • Published

@esm2cjs/mimic-fn

Make a function mimic another one. This is a fork of sindresorhus/mimic-fn, but with CommonJS support.

  • v4.0.0
  • 42.20
  • Published

umap

The smallest, yet handy, Map and WeakMap utility ever

  • v1.0.2
  • 42.11
  • Published

@karmaniverous/serify-deserify

Reversibly transform unserializable values into serializable ones. Includes Redux middleware.

  • v2.0.11
  • 41.92
  • Published

has-override-mistake

Determine whether the environment has the so-called "override mistake" - [[Set]]ing a property whose ancestor is nonwritable throws.

  • v1.0.1
  • 41.71
  • Published

bitset

A performance optimized infinite bit vector library

  • v5.2.3
  • 41.46
  • Published

@thi.ng/transducers

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

  • v9.6.8
  • 41.38
  • Published

indexable-array

Extended native JavaScript Array which provides indexed lookup similar to native Map.

  • v0.7.4
  • 41.12
  • Published

typescript-map

ES6 Map Implemented in TypeScript

  • v0.1.0
  • 40.97
  • Published

setvalue

Type-safe library for reading, writing, or checking, nested values of an object

  • v2.1.0
  • 40.71
  • Published

json8

JSON toolkit for JavaScript

  • v1.0.5
  • 40.27
  • Published

m-o

Functions that work on both Maps and Objects: has, get, set, delete, entries, keys, values, etc.

  • v2.2.0
  • 39.94
  • Published

memoz

Memoz is an in-memory database that persists on disk. The data model is key-value.

  • v4.2.0
  • 39.89
  • Published

deep-freeze-es6

deep freeze, works with Map and Set

  • v4.0.1
  • 39.87
  • Published

smart-deep-sort

Deep sort an object, no matter what the contents are.

  • v1.0.2
  • 39.73
  • Published

@strikeentco/set

Set nested values on an object using a dot path or custom separator

  • v1.0.2
  • 39.46
  • Published

@recursive/assign

💠 Recursive assign for objects, arrays and more

  • v3.0.1
  • 39.02
  • Published

next-json

Next JavaScript Object Notation

  • v0.4.0
  • 38.92
  • Published

object-set

Sets the value at path of object.

  • v1.0.1
  • 38.90
  • Published

react-values

A set of tiny, composable React components for handling state with render props.

  • v0.3.3
  • 38.36
  • Published

pop-observe

Property, range, map, and set content change observers for arrays, objects, and other instances.

  • v2.0.2
  • 38.30
  • Published

dot-path-value

Safely get deep nested properties using dot notation

  • v0.0.11
  • 38.18
  • Published

datastructures-js

production-ready data structures implementation in javascript & typescript.

  • v13.0.0
  • 37.77
  • Published

keq-headers

Set/Append headers to request.

  • v2.0.4
  • 37.22
  • Published

@rimbu/sorted

Immutable SortedMap and SortedSet implementations for TypeScript

  • v2.1.3
  • 37.21
  • Published

@js-sdsl/deque

javascript standard data structure library which benchmark against C++ STL

  • v4.4.2
  • 36.37
  • Published

@tylerbu/sorted-btree-es6

A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.

  • v1.8.0
  • 36.03
  • Published

pico-signals

A very simple signal library inspired by the 'signals' package

  • v1.0.0
  • 35.55
  • Published

sequency

Functional sequences for processing iterable data in JavaScript

  • v0.20.0
  • 35.45
  • Published

notate

Resolve dot notation strings

  • v2.1.1
  • 35.27
  • Published

chunkify

Split an iterable into evenly sized chunks

  • v5.0.0
  • 35.22
  • Published

difference

Calculate the difference of two arrays

  • v1.0.2
  • 35.21
  • Published

flat-zip

Concats arrays but does so like a zipper instead of appending them. Like lodash.zip + lodash.flat, plus a length limit

  • v1.0.1
  • 35.15
  • Published

@rimbu/hashed

Immutable HashMap and HashSet implementations for TypeScript

  • v2.1.3
  • 35.09
  • Published

@rimbu/ordered

Immutable OrderedMap and OrderedSet implementations for TypeScript

  • v2.1.3
  • 34.98
  • Published

@rimbu/core

Immutable collections and tools for TypeScript

  • v2.0.4
  • 34.79
  • Published

@thi.ng/associative

ES Map/Set-compatible implementations with customizable equality semantics & supporting operations

  • v7.1.10
  • 34.72
  • Published

frequency-set

A set that keeps the frequency of occurrences.

  • v1.0.2
  • 34.69
  • Published

@js-sdsl/ordered-set

javascript standard data structure library which benchmark against C++ STL

  • v4.4.2
  • 34.51
  • Published

utils-deep-set

Deep set a nested property.

  • v1.0.1
  • 34.46
  • Published

set-tojson

ES7 Proposal: Set#toJSON https://github.com/DavidBruant/Map-Set.prototype.toJSON

  • v2.1.1
  • 34.43
  • Published

getsetdeep

Get and set nested variables of an object, includes support for Backbone Models

  • v5.6.0
  • 33.90
  • Published

shuffle-words

Shuffle the words in a string and optionally the letters in each word using the Fisher-Yates algorithm. Useful for creating test fixtures, benchmarking samples, etc.

  • v0.1.2
  • 33.78
  • Published

snapdragon-capture

Snapdragon plugin that adds a capture method to the parser instance.

  • v0.2.0
  • 33.62
  • Published

mergekit

Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.

  • v3.0.6
  • 33.54
  • Published

jest-plugin-set

Declarative JS tests with lazy evaluation using jest.

  • v2.9.0
  • 33.51
  • Published

@xylabs/set

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

  • v5.0.11
  • 33.46
  • Published

interlude

Functional JavaScript library

  • v2.0.0
  • 33.43
  • Published

stochator

A tiny library providing for creating a variety of random value generators.

  • v0.6.2
  • 33.38
  • Published

superset

A library that provides the missing Set methods such as map and filter.

  • v2.0.1
  • 33.37
  • Published

extra-array

An array is a collection of values, stored contiguously.

  • v4.3.3
  • 33.35
  • Published

object-dot

Easily use dot notation to `get`, or `set` a property of a nested object.

  • v1.7.0
  • 33.19
  • Published

immutable-set

Set nested properties of an object while respecting the principles of immutability

  • v2.2.2
  • 32.84
  • Published

set-state-compare

setState for React that compares with the current state and only sets the state if changed.

  • v1.0.58
  • 32.77
  • Published

vue-deepset

Deep set Vue.js objects

  • v0.6.3
  • 32.75
  • Published

extra-iterable

An iterable is a sequence of values.

  • v3.3.2
  • 32.67
  • Published

@bevry/list

List/array/set utility functions: union, intersect, complement, unique, first, last, has, add, toggle

  • v2.5.0
  • 32.44
  • Published

equal-array

Make the === operator compare arrays by values instead of references.

  • v1.0.7
  • 32.39
  • Published

prototyped.js

Common typescript ready prototypes available in both CommonJS and ECMAScript

  • v3.0.5
  • 32.39
  • Published

js-sorted-set

Sorted set data structures

  • v0.7.0
  • 32.11
  • Published

math-float64-set-low-word

Sets the less significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 31.92
  • Published

q-set

Set a query string style field on an object.

  • v2.0.8
  • 31.59
  • Published

ast-get-values-by-key

Extract values and paths from AST by keys OR set them by keys

  • v5.0.22
  • 31.56
  • Published

glob-object

Filter an object using glob patterns and dot notation.

  • v1.0.0
  • 31.11
  • Published

object-access

Access(read, write and delete) an object by hierarchical keys.

  • v2.0.4
  • 31.02
  • Published

interval-arithmetic

An implementation of an algebraically closed interval system of the extended real number set

  • v1.1.2
  • 30.71
  • Published

gauss

JavaScript statistics, analytics, and set library

  • v0.2.12
  • 30.71
  • Published

@szilanor/stream

Typesafe API for processing iterable data in TypeScript and JavaScript

  • v3.1.0
  • 30.58
  • Published

fast-is-equal

Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.

  • v1.2.3
  • 30.43
  • Published

ctx-core

ctx-core core library

  • v7.2.32
  • 30.35
  • Published

adaptive-set

Utils for implementing a Set data structure that dynamically adjusts its internal representation based on the number of elements it contains.

  • v0.2.0
  • 30.07
  • Published

set-or-get

Sets or gets an object field value.

  • v1.2.12
  • 29.95
  • Published

jest-plugin-for-each

Jest plugin to test multiple values for a single outcome.

  • v2.9.0
  • 29.91
  • Published

@codibre/fluent-iterable

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

  • v1.39.2
  • 29.88
  • Published

property-path

Get and set object properties by path where you can specify the separator.

  • v1.0.0
  • 29.84
  • Published

@ovyerus/licenses

List of SPDX licenses with predictable placeholders

  • v6.4.4
  • 29.74
  • Published

set

An implementation of Sets in JavaScript

  • v1.1.1
  • 29.62
  • Published

set-prop-get-value

set a new property in a js object and return the value of the given property

  • v1.1.0
  • 29.51
  • Published

assign-value

Assign a value or extend a deeply nested property of an object using object path notation.

  • v0.1.2
  • 29.40
  • Published

setify

Set an input value without losing cursor position

  • v1.0.4
  • 29.39
  • Published

jest-plugins-rspec

Jest plugins to emulate RSpec syntax and structure.

  • v2.9.0
  • 29.30
  • Published

script-inner-html

dangerouslySetInnerHTML that evaluates script tags

  • v2.0.4
  • 29.29
  • Published

expiry-set

A Set implementation with expirable keys

  • v1.0.0
  • 29.22
  • Published

jaunt

Get or set a value in an object/array using a dot-delimited string or array of keys.

  • v1.3.0
  • 29.17
  • Published

immutable-modify

Modify structures in react/redux compatible way

  • v0.1.3
  • 29.13
  • Published

large-set

A wrapper to deal with a large number of elements in Set.

  • v1.0.3
  • 29.06
  • Published

compute-erfcinv

Inverse complementary error function.

  • v3.0.1
  • 28.93
  • Published

config-cache

General purpose JavaScript object storage methods.

  • v6.0.1
  • 28.69
  • Published

is-like

Functions to check if a value is something alike.

  • v0.1.13
  • 28.59
  • Published

path-prop

Fast library for manipulating plain objects using paths.

  • v2.0.0
  • 28.44
  • Published

@status/defaults

Transparently provide default values to objects

  • v1.6.3
  • 28.39
  • Published

set-utilities

High performance set theory - functional utilities which operate on arbitrary input sets.

  • v1.5.7
  • 28.27
  • Published

@thi.ng/geom-accel

n-D spatial indexing data structures with a shared ES6 Map/Set-like API

  • v4.1.60
  • 28.19
  • Published

scats

Useful scala classes in typescript

  • v1.4.5
  • 28.16
  • Published

make-executable

Set the executable bits on a file

  • v2.0.2
  • 28.02
  • Published

zet

Like Set() but with union, intersect, difference and more built-in

  • v1.1.0
  • 28.00
  • Published

simple-hashset

Simple hashsets for node

  • v0.0.1
  • 27.85
  • Published

ranges-set

Set operations on human-friendly ranges.

  • v1.2.0
  • 27.75
  • Published

object-all-values-equal-to

Does the AST/nested-plain-object/array/whatever contain only one kind of value?

  • v4.0.22
  • 27.66
  • Published

pixel-white-bg

Set white background color for a pixel.

  • v1.0.10
  • 27.64
  • Published

hashes

A package implementing a HashTable and HashSet

  • v0.1.4
  • 27.46
  • Published

javasetmap.ts

Java-style Set and Map collections (on `{ hashCode(): int, equals(x: any): boolean}` objects) written in TypeScript.

  • v1.1.3
  • 27.40
  • Published

set-env

Sets additional launch environment variables.

  • v1.0.0
  • 27.31
  • Published

@thi.ng/disjoint-set

TypedArray-based disjoint set implementation with quick union & path compression

  • v1.1.28
  • 27.10
  • Published

@qntm-code/utils

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

  • v2.22.1
  • 27.06
  • Published

set-object

DEPRECATED - use set-value instead.

  • v1.0.1
  • 26.88
  • Published

extra-set

A pack of functions for working with Sets.

  • v3.2.2
  • 26.77
  • Published

compare-sets

Given two sets, `compare-sets` will return sets of the added, retained, and removed items

  • v1.0.1
  • 26.71
  • Published

buckets-js

Buckets is a complete, fully tested and documented data structure library written in pure JavaScript.

  • v1.98.2
  • 26.71
  • Published

cp-data

cp-data is a JavaScript library for some common data structures

  • v1.1.3
  • 26.66
  • Published

object-set-all-values-to

Recursively walk the input and set all found values in plain objects to something

  • v6.0.20
  • 26.66
  • Published

collapse-object

Collapse an object into a string using the syntax from expand-object. This syntax is pretty handy for setting command line arguments, for expanding/collapsing test fixtures, etc.

  • v0.1.0
  • 26.46
  • Published

cfn-changeset-viewer

View the details of a CloudFormation ChangeSet (including nested ones!) in a human-friendly way

  • v0.2.1
  • 26.27
  • Published

dot-prop-ts

Get, set, or delete a property from a nested object using a dot path refactored for typescript

  • v1.1.1
  • 26.25
  • Published

hash-set

Set with custom equality comparisons

  • v1.0.1
  • 25.76
  • Published

es6-collections-iterators

Adds missing values, keys and entries functions to native es6 collection implementations

  • v0.2.1
  • 25.67
  • Published

@juln/data-store

Easily persist and load config data. No dependencies.

  • v1.0.2
  • 25.61
  • Published

compute-erf

Error function.

  • v3.0.3
  • 25.51
  • Published

@znemz/union-value

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.

  • v2.0.2
  • 25.45
  • Published

sequelize-nested-set

Library to store and manage nested set trees using Sequelize

  • v1.6.2
  • 25.43
  • Published

set-array

Set array items declaratively

  • v5.0.1
  • 25.43
  • Published

@remnawave/hashed-set

A high-performance Set implementation with hash-based equality comparison for fast set operations.

  • v0.0.4
  • 25.34
  • Published

hodash.set

Sets nested properties.

    • v0.0.0
    • 25.23
    • Published

    @zodash/get

    Get the value at path of object.

    • v1.2.7
    • 25.15
    • Published

    @js-sdsl/priority-queue

    javascript standard data structure library which benchmark against C++ STL

    • v4.4.0
    • 25.10
    • Published

    ts-deep-utils

    A TypeScript utility library focused on deep operations for objects and arrays with full type safety. Similar to Lodash, but narrower in scope and fully written in TypeScript to maximize typing support.

    • v1.5.0
    • 25.04
    • Published

    make-set

    Ensures that a given input can be used as a set

    • v1.0.0
    • 25.00
    • Published

    url-query-set

    Set query or search params to a url link.

    • v0.2.0
    • 24.88
    • Published

    node-unique-array

    JavaScript unique array it store only unique objects

      • v0.0.6
      • 24.86
      • Published

      pojo-sets

      Plain old Javascript Set implementation

      • v0.1.0
      • 24.80
      • Published

      pojo-maps

      Plain old Javascript Map implementation

      • v0.3.0
      • 24.80
      • Published

      hard-prop

      replacement for Object.defineProperty

      • v1.0.1
      • 24.69
      • Published

      node-version-utils

      Utilities for running commands on a specific version of node by installed path

      • v1.3.5
      • 24.68
      • Published

      compute.io

      Computation library.

      • v0.106.0
      • 24.60
      • Published

      int-interval-set

      A simple interval set (range set) for integers.

      • v0.2.3
      • 24.52
      • Published

      @wener/utils

      Utils for daily use

      • v1.1.51
      • 24.46
      • Published

      typed-structures

      Common typed structures implementations in TypeScript

      • v1.0.5
      • 24.44
      • Published

      keyd

      A small library for using and manipulating key path in JavaScript.

      • v2.1.36
      • 24.25
      • Published

      compute-erfc

      Complementary error function.

      • v3.0.1
      • 24.10
      • Published

      plasma-cache

      Object cache for [Plasma].

      • v0.2.2
      • 24.06
      • Published

      vue-set-path

      Set Vue reactive properties on a object, using dot notation path syntax

      • v1.1.10
      • 23.98
      • Published

      set-fns

      A utility library for working with sets.

      • v1.0.0
      • 23.97
      • Published

      gb-url

      Parse and set url search parameters

      • v1.1.6
      • 23.80
      • Published

      compute-sqrt

      Computes an element-wise principal square root.

      • v3.0.1
      • 23.51
      • Published

      compute-unique

      Removes duplicate values from a numeric array.

      • v1.0.1
      • 23.47
      • Published

      compute-abs

      Computes an element-wise absolute value.

      • v3.0.0
      • 23.43
      • Published

      immutable-path

      Immutable `get`, `set`, `has`, `unset` deep path operations libraray for object, array and `Map`.

      • v1.0.1
      • 23.37
      • Published

      list-directories

      List all directories in a given directory

      • v1.1.0
      • 23.22
      • Published

      tridiagonal-solve

      Solver for tridiagonal systems of equations

      • v1.0.4
      • 23.12
      • Published

      supersede

      A path based set where the most specific path wins.

      • v1.0.6
      • 23.12
      • Published

      ts-safe-path

      Type-safe nested object access and manipulation for TypeScript 🚀

      • v1.0.9
      • 23.05
      • Published

      @js-sdsl/link-list

      javascript standard data structure library which benchmark against C++ STL

      • v4.4.2
      • 22.96
      • Published

      merge-change

      Advanced library for deep merging, patching, and immutable updates of data structures. Features declarative operations for specific merging behaviors, property management, custom type merging rules, and difference tracking. Supports complex data transform

      • v3.0.17
      • 22.84
      • Published

      zest-pro

      The Zest Pro Icon library

      • v1.4.1
      • 22.71
      • Published

      object-standard-path

      Safely get/set deep nested properties with standard path, strong type support

      • v0.3.1
      • 22.62
      • Published

      deep-setter

      sets a value deep in an object

      • v1.0.2
      • 22.59
      • Published

      assert-set

      Assertion with Sets

      • v0.1.0
      • 22.55
      • Published

      function-name

      Set the "name" property of `function` objects

      • v2.0.0
      • 22.45
      • Published

      empty-lite

      Check empty for: array, string, object, function, number, date

      • v2.0.0
      • 22.30
      • Published

      @stdlib/blas-ext-base-dfill

      Fill a double-precision floating-point strided array with a specified scalar constant.

      • v0.2.2
      • 22.29
      • Published

      vue-set-value

      Vue.set with dot notation support (`'a.b.c'`) paths.

      • v1.0.3
      • 22.27
      • Published

      @chai-stuff/not-length-of

      Check that an object does not have a length or size property with the expected value.

      • v0.3.3
      • 22.23
      • Published

      smart-svg-path

      Smarter, easier SVG path manipulations for fine grain control over SVG path animations.

      • v1.0.3
      • 22.12
      • Published

      dst-typescript-collection

      🚀 Complete TypeScript Data Structures Library: Linked List, Hash Map, Stack, Queue, Set, Tree, BST, AVL Tree, Red-Black Tree, Graph, Heap, Trie with 100% test coverage, loop detection, and comprehensive algorithms. Perfect for DSA learning, interviews, a

      • v1.1.0
      • 22.09
      • Published

      obj-util

      A simple helper to set/get keys from objects using a string path like 'some.key.here'

      • v2.0.0
      • 22.08
      • Published

      deepest-walk

      The Deepest JSON Object Walking Library: Traverse and Modify Arrays, Objects, Numbers, Strings, and Substrings.

      • v1.0.2
      • 22.06
      • Published

      electron-storage

      module for managing storage in electron applications

      • v1.0.7
      • 21.95
      • Published

      rxjs-collection

      RXJS enhanced Array, Map, WeakMap, Set and WeakSet

      • v2.2.0
      • 21.90
      • Published

      deeps

      Highly performant utilities to manage deeply nested objects. get, set, merge, flatten, diff etc.

      • v1.4.5
      • 21.68
      • Published

      @thi.ng/sorted-map

      Skiplist-based sorted map & set implementation

      • v1.2.10
      • 21.61
      • Published

      @thi.ng/trie

      Trie-based ES6-like Map data structures with prefix search/query support

      • v2.0.0
      • 21.57
      • Published

      queryzz

      queryzz - a lightweight JS library for manipulating URL query parameters. Get, set, and format queries easily.

      • v3.1.5
      • 21.41
      • Published

      lnset

      Typed Set of IPLD links (CIDs).

      • v1.2.0
      • 21.37
      • Published

      @hutechwebsite/soluta-eius-nesciunt-a

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 21.34
      • Published

      stl-kit

      A modern JavaScript & TypeScript standard template library (STL) for data structures and algorithms. Includes high-performance implementations of Stack, Queue, Deque, Linked List, Vector, Set, Map, Tree, Heap, and Graph — inspired by C++ STL. Designed for

      • v5.4.2
      • 21.34
      • Published

      @gulujs/object-path

      Access nested object properties using a dot path

      • v0.6.0
      • 21.29
      • Published

      to-item

      converts object to one item of given set

      • v2.0.2
      • 21.29
      • Published

      sorted-set

      a sorted set based heavily upon redis' skip list implementation

      • v0.3.0
      • 21.20
      • Published

      @hutechtechnical/ex-minus-iste-id

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 21.17
      • Published

      @hutechwebsite/debitis-magnam-eos-mollitia

      [tests]: https://img.shields.io/circleci/project/github/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia.svg [tests-url]: https://circleci.com/gh/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia [cover]: https://codecov.io/gh/shellscape/@hutechw

      • v1.0.0
      • 21.17
      • Published

      @ryniaubenpm/sed-recusandae-ut

      <h1 align="center"> <br> <br> <img width="320" src="https://github.com/ryniaubenpm/sed-recusandae-ut/blob/main/media/CodePolishLogo.png" alt="CodePolish"> <br> <br> <br> </h1>

      • v1.0.0
      • 21.15
      • Published

      @saoviettest/placeat-voluptates-neque-fugit

      [![NPM Version](https://img.shields.io/npm/v/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provider-zod) [![NPM Downloads](https://img.shields.io/npm/dm/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provid

      • v1.0.0
      • 21.15
      • Published

      @xdanangelxoqenpm/nobis-laborum-dolorum

      [![NPM](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum.png)](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)

      • v1.0.0
      • 21.14
      • Published

      @ffras4vnpm/quis-expedita-reiciendis

      ![Test library workflow status](https://github.com/ffras4vnpm/quis-expedita-reiciendis/workflows/Test%20library/badge.svg)

      • v1.0.0
      • 21.12
      • Published

      @wemnyelezxnpm/alias-vero-debitis

      ![Last version](https://img.shields.io/github/tag/Kikobeats/@wemnyelezxnpm/alias-vero-debitis.svg?style=flat-square) [![Build Status](https://img.shields.io/travis/Kikobeats/@wemnyelezxnpm/alias-vero-debitis/master.svg?style=flat-square)](https://travis-c

      • v1.0.0
      • 21.12
      • Published

      @bobyzgirlllnpm/reiciendis-corrupti-reiciendis

      A lean, zero dependency library to provide a useful base for your project. Checksums, cryptography, codecs, date-times, error-checking-codes, logging, pseudorandom number generation. The tools you need for any project. Secure build pipeline, provenance

      • v1.0.0
      • 21.12
      • Published

      @ryniaubenpm2/alias-voluptatum-natus

      <p align="center"> <img src="./@ryniaubenpm2/alias-voluptatum-natus_cover.png" width="500" alt="@ryniaubenpm2/alias-voluptatum-natus" /> </p>

      • v1.0.0
      • 21.10
      • Published

      @a-2-c-2-anpm/fuga-omnis-provident

      [ci-image]: https://img.shields.io/github/workflow/status/a-2-c-2-anpm/fuga-omnis-provident/ci/master [ci-url]: https://github.com/a-2-c-2-anpm/fuga-omnis-provident/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/

      • v1.0.0
      • 21.10
      • Published

      @a-2-c-2-anpm/illum-incidunt-magnam

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 21.10
      • Published

      @thi.ng/sparse-set

      TypedArray-based sparse set implementations with extended ES Set API

      • v1.2.10
      • 21.09
      • Published

      @omegion1npm/blanditiis-quo-amet

      [ci-image]: https://img.shields.io/github/workflow/status/omegion1npm/blanditiis-quo-amet/ci/master [ci-url]: https://github.com/omegion1npm/blanditiis-quo-amet/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/pack

      • v1.0.0
      • 21.09
      • Published

      @bobyzgirlllnpm/repellendus-nam-provident

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 21.09
      • Published

      @a-2-c-2-anpm/ad-deleniti-tempore

      [![CI browser tests](https://github.com/a-2-c-2-anpm/ad-deleniti-tempore/actions/workflows/xvfb-ci.yml/badge.svg)](https://github.com/a-2-c-2-anpm/ad-deleniti-tempore/actions/workflows/xvfb-ci.yml) [![NPM version](https://badge.fury.io/js/readable-web-to-

      • v1.0.0
      • 21.09
      • Published

      @ryniaubenpm2/incidunt-sunt-provident

      Tiny, isomorphic convenience wrapper around the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) aiming to reduce boilerplate, especially when sending and receiving JSON.

      • v1.0.0
      • 21.09
      • Published

      @bobyzgirlllnpm/a-illum-itaque

      [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 21.07
      • Published

      @micromint1npm/porro-nulla-natus

      Save [CouchDB sequence #s](http://docs.couchdb.org/en/2.1.1/api/database/changes.html#changes-feeds) to a configurable backend. This allows you to resume CouchDB replication from the point where you left off.

      • v1.0.0
      • 21.07
      • Published

      @emiplegiaqmnpm/pariatur-officia-cupiditate

      <p align="center"> <img src="https://user-images.githubusercontent.com/2003143/29374843-1fa78a3e-82c8-11e7-80a3-0786f899749d.png" alt="@emiplegiaqmnpm/pariatur-officia-cupiditate logo" /> </p>

      • v1.0.0
      • 21.07
      • Published