JSPM

Found 2522 results for set cookie

jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.

  • v3.1.0
  • 81.63
  • Published

array-union

Create an array of unique values, in order, from the input arrays

  • v3.0.1
  • 77.81
  • Published

which-collection

Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

  • v1.0.2
  • 77.80
  • Published

is-descriptor

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.

  • v3.1.1
  • 77.33
  • Published

is-weakset

Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

  • v2.0.4
  • 77.00
  • Published

is-data-descriptor

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

  • v2.1.3
  • 76.58
  • Published

is-weakmap

Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

  • v2.0.2
  • 76.58
  • Published

has-proto

Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?

  • v1.2.0
  • 76.39
  • Published

is-map

Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

  • v2.0.3
  • 75.85
  • Published

is-set

Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

  • v2.0.3
  • 75.72
  • Published

is-accessor-descriptor

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.

  • v3.0.5
  • 75.61
  • Published

set-proto

Robustly set the [[Prototype]] of an object

  • v1.0.0
  • 75.58
  • Published

dot-prop

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

  • v10.1.0
  • 74.28
  • Published

set-value

Set nested properties on an object using dot notation.

  • v4.1.0
  • 74.16
  • Published

map-cache

Basic cache object for storing key-value pairs.

  • v0.2.2
  • 74.11
  • Published

base

Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks

  • v3.0.0
  • 72.90
  • Published

mimic-function

Make a function mimic another one

  • v5.0.1
  • 72.69
  • Published

array-uniq

Create an array without duplicates

  • v3.0.0
  • 72.45
  • Published

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.1
  • 71.78
  • Published

@js-sdsl/ordered-map

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

  • v4.4.2
  • 71.75
  • Published

cache-base

Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.

  • v4.0.2
  • 71.63
  • Published

es6-iterator

Iterator abstraction based on ES6 specification

  • v2.0.3
  • 71.24
  • Published

dset

A tiny (194B) utility for safely writing deep Object values~!

  • v3.1.4
  • 71.10
  • Published

iterare

Array methods for ES6 Iterators

  • v1.2.1
  • 67.60
  • Published

js-sdsl

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

  • v4.4.2
  • 66.95
  • Published

mpath

{G,S}et object values using MongoDB-like path notation

  • v0.9.0
  • 66.85
  • Published

tlhunter-sorted-set

A skip list implementation inspired by the Sorted Set in Redis.

  • v0.1.0
  • 66.62
  • Published

discontinuous-range

for adding, subtracting, and indexing discontinuous ranges of numbers

  • v1.0.3
  • 66.49
  • Published

asn1js

asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web

  • v3.0.7
  • 66.30
  • Published

iterate-value

Iterate any iterable JS value. Works robustly in all environments, all versions.

  • v1.0.2
  • 65.79
  • Published

oblivious-set

Like a JavaScript Set() but with a TTL for entries

  • v2.0.0
  • 65.76
  • Published

d3-collection

Handy data structures for elements keyed by string.

  • v1.0.7
  • 65.56
  • Published

lodash.set

The lodash method `_.set` exported as a module.

  • v4.3.2
  • 65.16
  • Published

ttl-set

Like a JavaScript Set, but with a TTL on entries

  • v1.0.0
  • 64.87
  • Published

es6-shim

ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines

  • v0.35.8
  • 64.65
  • Published

es6-set

ECMAScript6 Set polyfill

  • v0.1.6
  • 64.56
  • Published

jwt-cookie

Small library for reading and writing objects to http requests and responses.

  • v1.0.1
  • 63.54
  • Published

drange

For adding, subtracting, and indexing discontinuous ranges of numbers

  • v2.0.1
  • 63.46
  • Published

getobject

get.and.set.deep.objects.easily = true

  • v1.1.1
  • 60.35
  • Published

reserved-identifiers

Provides a list of reserved identifiers for JavaScript

  • v1.2.0
  • 60.23
  • Published

splaytree-ts

A splay tree typescript library

  • v1.0.2
  • 59.33
  • Published

is-empty

Check whether a value is "empty".

  • v1.2.0
  • 59.08
  • Published

is-get-set-prop

Does a JS type have a getter/setter property

  • v2.0.0
  • 57.55
  • Published

stringset

fast and robust stringset

  • v0.2.1
  • 56.69
  • Published

nested-property

Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'

  • v4.0.0
  • 55.15
  • Published

merge-value

Similar to assign-value but deeply merges object values or nested values using object path/dot notation.

  • v1.0.0
  • 54.49
  • Published

@thi.ng/equiv

Extensible deep value equivalence checking for any data types

  • v2.1.100
  • 54.35
  • Published

detect-file-encoding-and-language

Charset Detector - Detect the encoding and language of text files - Use it in the browser, with Node.js, or via CLI

  • v2.4.0
  • 51.72
  • Published

gl-vec3

gl-matrix's vec3, split into smaller pieces

  • v1.2.0
  • 51.58
  • Published

collections

data structures with idiomatic JavaScript collection interfaces

  • v5.1.13
  • 51.52
  • Published

union-find

A union-find data structure for maintaining disjoint sets.

  • v1.0.2
  • 50.83
  • Published

typescript-collections

A complete, fully tested data structure library written in TypeScript.

  • v1.3.3
  • 49.82
  • Published

jstreemap

Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes

  • v1.28.2
  • 49.58
  • Published

sorted-btree

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

  • v2.0.0-alpha.0
  • 49.04
  • Published

utils-copy

Copy or deep clone a value to an arbitrary depth.

  • v1.1.1
  • 48.84
  • Published

transit-js

Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Javascript.

  • v0.8.874
  • 48.65
  • Published

data-store

Easily persist and load config data. No dependencies.

  • v4.0.3
  • 48.24
  • Published

option-cache

Simple API for managing options in JavaScript applications.

  • v4.0.0
  • 47.95
  • Published

dot-json

Easily edit a json file from the CLI or NodeJS

  • v1.3.0
  • 47.13
  • Published

obj-def

Easily set default fields in objects.

  • v1.0.10
  • 46.98
  • Published

just-safe-set

set value at property, create intermediate properties if necessary

  • v4.2.1
  • 46.91
  • Published

expand-object

Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.

  • v0.4.2
  • 46.62
  • Published

keypather

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

  • v3.1.0
  • 46.60
  • Published

pkg-store

Use package.json as a config store.

  • v1.0.1
  • 46.16
  • Published

types

Hash, SortedSet

  • v0.1.1
  • 45.96
  • Published

live-set

Class representing a changing and transformable collection of items.

  • v1.0.0
  • 45.76
  • Published

@stdlib/utils-copy

Copy or deep clone a value to an arbitrary depth.

  • v0.2.2
  • 45.54
  • Published

predefine

Predefine your Object.defineProperties to create a more human readable API.

  • v0.1.3
  • 44.81
  • Published

@blakek/deep

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

  • v4.0.0
  • 44.58
  • Published

nessy

set value in nested object

  • v5.3.0
  • 44.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
  • 44.43
  • Published

projection-utils

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

  • v1.1.0
  • 44.25
  • Published

defaulty

Copies missing properties to the target object.

  • v2.1.0
  • 44.17
  • Published

media-icons

Open-source and beautifully hand-crafted collection of media icons.

  • v0.10.0
  • 44.16
  • 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
  • 43.49
  • Published

del-object-path

Delete given (deep) object path

  • v0.1.0
  • 43.44
  • Published

ip-set

Efficient mutable set for IP addresses

  • v3.0.0
  • 43.31
  • Published

rename-fn

Rename a function

  • v2.1.0
  • 43.18
  • Published

@stdlib/array-base-setter

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

  • v0.2.2
  • 42.56
  • Published

umap

The smallest, yet handy, Map and WeakMap utility ever

  • v1.0.2
  • 42.24
  • Published

deep-freeze-es6

deep freeze, works with Map and Set

  • v5.0.0
  • 42.22
  • Published

json8

JSON toolkit for JavaScript

  • v1.0.5
  • 41.84
  • Published

typescript-map

ES6 Map Implemented in TypeScript

  • v0.1.0
  • 41.82
  • Published

frequency-set

A set that keeps the frequency of occurrences.

  • v2.1.0
  • 41.55
  • Published

commander-version

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

  • v3.0.0
  • 41.49
  • Published

bitset

A performance optimized infinite bit vector library

  • v5.2.3
  • 41.44
  • Published

@thi.ng/transducers

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

  • v9.6.19
  • 41.18
  • 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
  • 40.94
  • Published

@karmaniverous/serify-deserify

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

  • v2.0.11
  • 40.92
  • Published

pop-observe

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

  • v2.0.2
  • 40.69
  • Published

datastructures-js

production-ready data structures implementation in javascript & typescript.

  • v13.0.0
  • 40.33
  • Published

@xylabs/set

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

  • v5.0.51
  • 40.20
  • Published

smart-deep-sort

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

  • v1.0.2
  • 39.52
  • Published

indexable-array

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

  • v0.7.4
  • 39.29
  • Published

next-json

Next JavaScript Object Notation

  • v0.5.1
  • 39.08
  • Published

@rimbu/sorted

Immutable SortedMap and SortedSet implementations for TypeScript

  • v2.1.6
  • 38.95
  • Published

dot-path-value

Safely get deep nested properties using dot notation

  • v0.0.11
  • 38.77
  • Published

object-set

Sets the value at path of object.

  • v1.0.1
  • 38.08
  • Published

setvalue

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

  • v2.1.0
  • 38.05
  • Published

@rimbu/hashed

Immutable HashMap and HashSet implementations for TypeScript

  • v2.1.6
  • 37.93
  • Published

@js-sdsl/ordered-set

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

  • v4.4.2
  • 37.92
  • Published

pico-signals

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

  • v1.0.0
  • 37.86
  • Published

@strikeentco/set

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

  • v1.0.2
  • 37.81
  • Published

@rimbu/ordered

Immutable OrderedMap and OrderedSet implementations for TypeScript

  • v2.1.6
  • 37.80
  • Published

@rimbu/core

Immutable collections and tools for TypeScript

  • v2.0.7
  • 37.34
  • Published

node-version-utils

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

  • v1.3.15
  • 37.29
  • 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.98
  • Published

@js-sdsl/deque

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

  • v4.4.2
  • 36.86
  • Published

chunkify

Split an iterable into evenly sized chunks

  • v5.0.0
  • 36.71
  • Published

snapdragon-capture

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

  • v0.2.0
  • 36.53
  • Published

sequency

Functional sequences for processing iterable data in JavaScript

  • v0.20.0
  • 36.48
  • Published

keq-headers

Set/Append headers to request.

  • v2.0.4
  • 36.46
  • Published

m-o

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

  • v2.2.0
  • 36.42
  • Published

react-values

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

  • v0.3.3
  • 36.17
  • 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
  • 35.87
  • Published

difference

Calculate the difference of two arrays

  • v1.0.2
  • 35.85
  • Published

@recursive/assign

💠 Recursive assign for objects, arrays and more

  • v3.0.1
  • 35.77
  • Published

interval-arithmetic

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

  • v1.1.2
  • 35.75
  • Published

getsetdeep

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

  • v5.6.0
  • 35.62
  • Published

utils-deep-set

Deep set a nested property.

  • v1.0.1
  • 35.38
  • Published

set-tojson

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

  • v2.1.1
  • 35.13
  • Published

@thi.ng/associative

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

  • v7.1.21
  • 34.99
  • Published

vue-deepset

Deep set Vue.js objects

  • v0.6.3
  • 34.83
  • Published

jest-plugin-set

Declarative JS tests with lazy evaluation using jest.

  • v2.9.0
  • 34.58
  • Published

immutable-set

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

  • v2.2.2
  • 34.43
  • Published

js-sorted-set

Sorted set data structures

  • v0.7.0
  • 34.41
  • Published

extra-array

An array is a collection of values, stored contiguously.

  • v4.3.3
  • 34.20
  • 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
  • 34.11
  • Published

interlude

Functional JavaScript library

  • v2.0.0
  • 34.06
  • 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
  • 34.06
  • Published

extra-iterable

An iterable is a sequence of values.

  • v3.3.2
  • 34.00
  • Published

stochator

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

  • v0.6.2
  • 33.75
  • Published

@bevry/list

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

  • v2.5.0
  • 33.59
  • Published

make-unique

Creates and makes an array without duplicates. Even with array of objects with a specified matcher.

  • v1.0.4
  • 33.59
  • Published

set-or-get

Sets or gets an object field value.

  • v1.2.12
  • 33.45
  • Published

ast-get-values-by-key

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

  • v5.1.0
  • 33.32
  • Published

function-name

Set the "name" property of `function` objects

  • v2.0.0
  • 33.21
  • Published

set-fns

A utility library for working with sets.

  • v1.0.0
  • 33.21
  • Published

node-unique-array

JavaScript unique array it store only unique objects

    • v0.0.6
    • 33.09
    • Published

    notate

    Resolve dot notation strings

    • v2.1.1
    • 32.97
    • Published

    deepest-walk

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

    • v1.0.2
    • 32.91
    • Published

    object-dot

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

    • v1.7.0
    • 32.82
    • Published

    q-set

    Set a query string style field on an object.

    • v2.0.8
    • 32.63
    • Published

    @szilanor/stream

    Typesafe API for processing iterable data in TypeScript and JavaScript

    • v3.3.2
    • 32.26
    • Published

    superset

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

    • v2.0.1
    • 32.22
    • Published

    object-access

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

    • v2.0.4
    • 31.89
    • Published

    @ovyerus/licenses

    List of SPDX licenses with predictable placeholders

    • v6.4.4
    • 31.82
    • Published

    prototyped.js

    Common typescript ready prototypes available in both CommonJS and ECMAScript

    • v3.0.5
    • 31.51
    • Published

    fast-is-equal

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

    • v1.2.4
    • 31.09
    • Published

    jest-plugin-for-each

    Jest plugin to test multiple values for a single outcome.

    • v2.9.0
    • 31.07
    • Published

    object-all-values-equal-to

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

    • v4.1.0
    • 31.03
    • Published

    object-set-all-values-to

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

    • v6.1.0
    • 30.98
    • Published

    equal-array

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

    • v1.0.7
    • 30.93
    • Published

    @codibre/fluent-iterable

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

    • v1.39.2
    • 30.62
    • Published

    set

    An implementation of Sets in JavaScript

    • v1.1.1
    • 30.55
    • Published

    jest-plugins-rspec

    Jest plugins to emulate RSpec syntax and structure.

    • v2.9.0
    • 30.43
    • Published

    pixel-white-bg

    Set white background color for a pixel.

    • v1.0.10
    • 30.26
    • Published

    large-set

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

    • v1.0.3
    • 30.18
    • Published

    expiry-set

    A Set implementation with expirable keys

    • v1.0.0
    • 30.10
    • Published

    setify

    Set an input value without losing cursor position

    • v1.0.4
    • 30.04
    • Published

    to-item

    converts object to one item of given set

    • v2.0.2
    • 29.98
    • Published

    @zibuthe7j11/minima-saepe-eveniet

    [![npm version](https://badge.fury.io/js/@zibuthe7j11/minima-saepe-eveniet.svg)](https://badge.fury.io/js/@zibuthe7j11/minima-saepe-eveniet) [![downloads count](https://img.shields.io/npm/dt/@zibuthe7j11/minima-saepe-eveniet.svg)](https://www.npmjs.com/~p

    • v1.0.0
    • 29.96
    • Published

    jaunt

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

    • v1.3.0
    • 29.79
    • Published

    math-float64-set-low-word

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

    • v1.0.0
    • 29.76
    • Published

    assign-value

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

    • v0.1.2
    • 29.67
    • Published

    set-state-compare

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

    • v1.0.59
    • 29.63
    • Published

    @status/defaults

    Transparently provide default values to objects

    • v1.6.3
    • 29.44
    • Published

    collection

    Node.js cross-platform native collection library

    • v0.1.6
    • 29.24
    • Published

    compute-erf

    Error function.

    • v3.0.3
    • 29.13
    • Published

    dot-prop-extra

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

    • v10.2.0
    • 29.13
    • Published

    set-utilities

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

    • v1.5.7
    • 29.03
    • Published

    glob-object

    Filter an object using glob patterns and dot notation.

    • v1.0.0
    • 28.74
    • Published

    hashes

    A package implementing a HashTable and HashSet

    • v0.1.4
    • 28.68
    • Published

    immutable-modify

    Modify structures in react/redux compatible way

    • v0.1.3
    • 28.63
    • Published

    compute-erfcinv

    Inverse complementary error function.

    • v3.0.1
    • 28.60
    • 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
    • 28.59
    • Published

    hash-set

    Set with custom equality comparisons

    • v1.0.1
    • 28.55
    • Published

    set-array

    Set array items declaratively

    • v5.0.1
    • 28.22
    • Published

    extra-set

    A pack of functions for working with Sets.

    • v3.2.2
    • 28.21
    • Published

    dot-prop-ts

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

    • v1.1.1
    • 28.01
    • Published

    simple-hashset

    Simple hashsets for node

    • v0.0.1
    • 27.90
    • Published

    gauss

    JavaScript statistics, analytics, and set library

    • v0.2.12
    • 27.87
    • Published

    mm_expand

    这是超级美眉原型函数拓展模块,更有利于对string、array、object的操作,避免出错,简化业务逻辑。

    • v1.9.7
    • 27.85
    • Published

    scats

    Useful scala classes in typescript

    • v1.4.5
    • 27.77
    • Published

    zet

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

    • v1.1.0
    • 27.73
    • Published

    cp-data

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

    • v1.1.3
    • 27.71
    • Published

    @thi.ng/geom-accel

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

    • v4.1.71
    • 27.63
    • Published

    compare-sets

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

    • v1.0.1
    • 27.51
    • Published

    keyd

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

    • v2.1.42
    • 27.36
    • Published

    make-executable

    Set the executable bits on a file

    • v2.0.2
    • 27.36
    • Published

    config-cache

    General purpose JavaScript object storage methods.

    • v6.0.1
    • 27.35
    • Published

    vue-set-path

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

    • v1.1.11
    • 27.16
    • Published

    buckets-js

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

    • v1.98.2
    • 27.10
    • Published

    @thi.ng/disjoint-set

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

    • v1.1.37
    • 26.98
    • Published

    codablejson

    Serialize JavaScript Map, Date, Set, BigInt, and custom classes with JSON. Faster SuperJSON alternative with declarative TypeScript decorators. Handles circular references, typed arrays, and preserves all types.

    • v0.2.0
    • 26.94
    • Published

    @qntm-code/utils

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

    • v2.23.0
    • 26.62
    • Published

    hard-prop

    replacement for Object.defineProperty

    • v1.0.1
    • 26.50
    • Published

    empty-lite

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

    • v2.0.0
    • 26.32
    • 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
    • 26.29
    • Published

    property-path

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

    • v1.0.0
    • 26.24
    • Published

    is-like

    Functions to check if a value is something alike.

    • v0.1.13
    • 26.22
    • Published

    assert-set

    Assertion with Sets

    • v0.1.0
    • 26.10
    • Published

    @juln/data-store

    Easily persist and load config data. No dependencies.

    • v1.0.2
    • 26.05
    • Published

    path-prop

    Fast library for manipulating plain objects using paths.

    • v2.0.0
    • 26.04
    • Published

    kruster

    A small tool to help improve the rendering performance of very large HTML tables.

    • v1.3.0
    • 25.96
    • Published

    jc-structure

    create data structure set using ts.

    • v0.1.1
    • 25.93
    • Published

    gb-url

    Parse and set url search parameters

    • v1.1.6
    • 25.90
    • Published

    vue-set-value

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

    • v1.0.3
    • 25.81
    • Published

    mm_machine

    这是超级美眉框架机制构建辅助模块,用于快速构建一个机制,支持动态加载、热更新、模块管理等功能,并具有增强的错误处理和现代JavaScript特性支持。

    • v2.1.1
    • 25.50
    • Published