JSPM

Found 1822 results for prop

extend-shallow

Extend an object with the properties of additional objects. node.js/javascript util.

  • v3.0.2
  • 88.42
  • Published

rfdc

Really Fast Deep Clone

  • v1.4.1
  • 85.00
  • Published

define-lazy-prop

Define a lazily evaluated property on an object

  • v3.0.0
  • 84.82
  • Published

define-property

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.

  • v2.0.2
  • 84.47
  • Published

dot-prop

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

  • v10.1.0
  • 82.64
  • Published

get-value

Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).

  • v4.1.0
  • 78.92
  • Published

set-value

Set nested properties on an object using dot notation.

  • v4.1.0
  • 78.08
  • Published

compare-func

Get a compare function for array to sort

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

mixin-deep

Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.

  • v2.0.1
  • 76.60
  • Published

class-utils

Utils for working with JavaScript classes and prototype methods.

  • v0.3.6
  • 76.30
  • Published

static-extend

Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.

  • v0.1.2
  • 76.29
  • Published

unset-value

Delete nested properties from an object using dot notation.

  • v2.0.1
  • 75.81
  • Published

object-path

Access deep object properties using a path

  • v0.11.8
  • 73.17
  • Published

mixin-object

Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.

  • v3.0.0
  • 71.18
  • Published

array-sort

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

  • v1.0.0
  • 69.80
  • Published

merge-deep

Recursively merge values in a javascript object.

  • v3.0.3
  • 68.87
  • Published

prop-types-exact

For use with React PropTypes. Will error on any prop not explicitly specified.

  • v1.2.7
  • 66.83
  • Published

react-composer

Compose render prop components

  • v5.0.3
  • 65.96
  • Published

merge-value

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

  • v1.0.0
  • 64.99
  • Published

get-object

Get a property from an object using dot (object path) notation.

  • v0.2.0
  • 60.84
  • Published

omit-deep

Recursively omit the specified key or keys from an object.

  • v0.3.0
  • 57.81
  • Published

object-path-immutable

Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.

  • v4.1.2
  • 56.90
  • Published

slate-prop-types

A set of React prop type checkers for Slate editors.

  • v0.5.44
  • 56.43
  • Published

omit-deep-lodash

Omit object key/values recursively with lodash as only dependency.

  • v1.1.7
  • 56.30
  • Published

group-array

Group array of objects into lists.

  • v1.0.0
  • 56.01
  • Published

methmeth

Execute a method out from an object.

  • v1.1.0
  • 55.83
  • Published

assign-deep

Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.

  • v1.0.1
  • 55.20
  • Published

for-each-property

Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,

    • v0.0.4
    • 54.68
    • Published

    attributes-parser

    Parsing and tokenizing attributes string

    • v2.2.3
    • 54.49
    • Published

    for-each-property-deep

    Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an

      • v0.0.3
      • 54.45
      • Published

      reduce-object

      Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu

      • v0.1.3
      • 54.11
      • Published

      object.filter

      Create a new object filtered to have only properties for which the callback returns true.

      • v0.3.0
      • 51.86
      • Published

      propprop

      Just a helper for plucking a property out of an object.

      • v0.3.1
      • 51.61
      • Published

      has-own-deep

      Returns true if an object has an own, nested property using dot notation paths ('a.b.c').

      • v1.1.0
      • 51.23
      • 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
      • 50.96
      • Published

      @blakek/deep

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

      • v4.0.0
      • 50.24
      • Published

      any

      Returns `true` if a value exists in the given string, array or object.

      • v1.0.0
      • 50.18
      • Published

      dot-prop-immutable

      Immutable version of dot-prop with some extensions

      • v2.1.1
      • 49.48
      • Published

      dot-parts

      Split a dot property into its parts

      • v1.0.1
      • 48.56
      • Published

      react-prop-toggle

      A safe, declarative way to influence the styles and attributes of nodes outside your app's tree.

      • v1.0.2
      • 48.03
      • Published

      propget

      Use dot notation to get properties from deeply nested object and array structures.

      • v1.1.0
      • 47.46
      • Published

      class-proxy

      The Class Proxy is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).

      • v2.0.0
      • 47.37
      • Published

      dotprop

      Get property value by dot notation

      • v2.0.0
      • 43.76
      • Published

      dot-wild

      Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON

      • v3.0.1
      • 43.16
      • Published

      @dramaorg/delectus-culpa-reprehenderit

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

      • v3.5.94
      • 42.79
      • Published

      map-keys-deep-lodash

      Map/rename keys recursively with lodash as only dependency.

      • v1.2.4
      • 42.66
      • Published

      @strikeentco/get

      Get a property from a nested object using a dot path or custom separator

      • v1.0.1
      • 42.20
      • Published

      @strikeentco/set

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

      • v1.0.2
      • 41.96
      • Published

      dprop

      tiny util for making enumerable properties

      • v1.0.0
      • 41.48
      • Published

      pick-deep

      Creates an object composed of the picked object properties from a nested object using a dot path or custom separator

      • v1.0.0
      • 41.30
      • Published

      react-values

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

      • v0.3.3
      • 41.19
      • Published

      @zitterorg/magni-eos

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

      • v5.8.60
      • 41.11
      • Published

      @d_hristov/get-value

      Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).

      • v3.0.4
      • 40.86
      • Published

      react-generate-props

      Generate default props based on your React component's PropTypes

      • v0.6.1
      • 38.82
      • Published

      @stdlib/array-base-any-is-entry-in

      Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

      • v0.1.1
      • 37.58
      • Published

      @recursive/assign

      💠 Recursive assign for objects, arrays and more

      • v3.0.1
      • 37.11
      • Published

      placeholders

      Replace placeholder values in a file path.

      • v1.0.0
      • 36.65
      • Published

      delegate-properties

      Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.

      • v0.4.0
      • 36.55
      • Published

      is-react-prop

      Check if property is react property

      • v1.0.0
      • 36.36
      • 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
      • 35.86
      • Published

      postcss-resolve-prop

      PostCSS helper method to shallowly iterate over each declaration.

      • v3.1.0
      • 35.15
      • Published

      prop-assign

      Assign a value to a property in an Array iterator

        • v1.0.0
        • 34.98
        • Published

        qclone

        the fastest function for deep clone js objects compatible with es6

        • v1.2.0
        • 34.39
        • Published

        dot-expand

        Expand key-value pairs whose keys use dot-notation

        • v0.0.3
        • 34.10
        • Published

        has-prop

        Return true if an object has the given key. Dot-notation may be used to check for nested keys.

        • v0.1.2
        • 33.51
        • Published

        @css19/core

        CSS19 - React CSS prop

        • v0.1.13
        • 33.04
        • Published

        omit-deep-by-values

        Recursively omit object keys by value. Zero dependencies, TypeScript support, works with nested objects and arrays.

        • v3.0.1
        • 32.93
        • Published

        dot-prop-extra

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

        • v10.2.0
        • 32.82
        • Published

        @kesplus/set-value

        Set nested properties on an object using dot notation.

        • v4.1.0
        • 32.31
        • Published

        @wertarbyte/omit-deep

        Recursively omit the specified key or keys from an object.

        • v0.6.0
        • 31.82
        • Published

        shapeshifter

        Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON, JS, or GraphQL schematic files.

        • v7.5.2
        • 31.68
        • Published

        dot-prop-ts

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

        • v1.1.1
        • 31.67
        • Published

        property-string-path

        Generate type safe dot paths to object properties based on an interface.

        • v1.1.1
        • 31.62
        • Published

        @generates/dotter

        Work with nested JavaScript Objects and dot path strings

        • v2.0.3
        • 31.59
        • Published

        prop-factory

        Getter-setter factory utility

        • v1.0.0
        • 30.93
        • Published

        hedgequantx

        HedgeQuantX - Prop Futures Trading CLI

        • v2.9.255
        • 30.85
        • Published

        @ianwalter/dot

        Work with nested JavaScript Objects and dot path strings

        • v1.0.5
        • 30.50
        • Published

        get-first

        Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.

        • v0.1.2
        • 30.09
        • Published

        has-any-deep

        Return true if `key` exists deeply on the given object.

        • v0.3.2
        • 29.91
        • Published

        path-prop

        Fast library for manipulating plain objects using paths.

        • v2.0.0
        • 29.61
        • Published

        set-object

        DEPRECATED - use set-value instead.

        • v1.0.1
        • 28.91
        • Published

        sports-odds-api

        The official TypeScript library for the Sports Game Odds API

        • v2.0.0
        • 28.82
        • Published

        json-schema-from-path

        A utility to get the sub-schema from a JSON-schema from the path in an object

        • v2.0.1
        • 28.18
        • Published

        @wemnyelezxnpm/odit-enim-fugiat

        ![build status](https://img.shields.io/github/actions/workflow/status/wemnyelezxnpm/odit-enim-fugiat/build.yml) ![npm version](https://img.shields.io/npm/v/@boost/common)

        • v1.0.0
        • 27.97
        • Published

        mixes

        a tiny util to mix functions and properties into a prototype

        • v1.0.4
        • 27.72
        • Published

        assign-value

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

        • v0.1.2
        • 27.70
        • Published

        @visulima/object

        Helper functions for working with objects and arrays.

        • v3.0.0
        • 26.94
        • Published

        react-event-as-prop

        React Higher-Order Components to get event like hover, focus, active as props

        • v1.0.0
        • 26.25
        • Published

        @emiplegiaqmnpm/ad-aliquam-temporibus

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

        • v1.0.0
        • 24.76
        • Published

        dot-values2

        A set of object mutators with dot paths and one neat addition...

        • v2.0.7
        • 24.68
        • Published

        heartbleeder

        Compose render prop components

        • v1.4.0
        • 24.59
        • Published

        go-thrust

        Compose render prop components

        • v1.4.0
        • 24.43
        • Published

        pool_tea_utils

        Compose render prop components

        • v1.4.0
        • 24.30
        • 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
        • 24.18
        • Published

        @xdanangelxoqenpm/nostrum-sapiente-minus

        [![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
        • 24.18
        • Published

        adsl_proxy

        Compose render prop components

        • v1.5.0
        • 24.13
        • Published

        pingora_tea

        Compose render prop components

        • v1.3.0
        • 24.08
        • 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
        • 24.04
        • Published

        @xdanangelxoqenpm/ducimus-repellat-iste

        [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4JDQMB6MRJXQE&source=url)

        • v1.0.0
        • 24.02
        • Published

        expand-value

        Get deeply nested values from an object, like dot-prop and get-value, but with support for advanced features like bracket-notation and more.

        • v4.1.0
        • 24.00
        • Published

        @emiplegiaqmnpm/cupiditate-excepturi-necessitatibus

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

        • v1.0.0
        • 23.98
        • Published

        @ffras4vnpm/quis-expedita-reiciendis

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

        • v1.0.0
        • 23.92
        • Published

        @emiplegiaqmnpm/fugit-vero-voluptas

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 23.91
        • 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
        • 23.85
        • Published

        @hutechtechnical/quisquam-excepturi-laborum-ducimus

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

        • v1.0.0
        • 23.79
        • Published

        @hutechtechnical/voluptates-ipsa-in-numquam

        ![logo](https://qcobjects.dev/qcobjects_01.png) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FQuickCorp%2FQCObjects-SDK.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FQuickCorp%2FQCObjects-SDK?ref=badge_shield

        • v1.0.0
        • 23.78
        • Published

        @hutechwebsite/ea-voluptate-expedita-unde

        ![build status](https://img.shields.io/github/actions/workflow/status/hutechwebsite/ea-voluptate-expedita-unde/build.yml) ![npm version](https://img.shields.io/npm/v/@boost/common)

        • v1.0.0
        • 23.77
        • Published

        hexo_page_x

        Compose render prop components

        • v1.3.0
        • 23.77
        • Published

        random_sum_key

        Compose render prop components

        • v1.3.0
        • 23.73
        • 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
        • 23.69
        • Published

        @xdanangelxoqenpm/ullam-voluptas-dolorum

        @xdanangelxoqenpm/ullam-voluptas-dolorum is a Node.js module to mask various kinds of data. With the help of @xdanangelxoqenpm/ullam-voluptas-dolorum, you can mask email, phone number, card number, JSON fields, password, etc... <br/>Also, it provides uti

        • v1.0.0
        • 23.66
        • Published

        object.pluck

        Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with values unmodified from those of the original object.

        • v0.1.2
        • 23.63
        • Published

        @ryniaubenpm2/omnis-placeat-nostrum

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 23.62
        • Published

        node_normas

        Compose render prop components

        • v1.3.0
        • 23.58
        • Published

        qualidator

        All purpose validator

        • v0.2.1
        • 23.57
        • Published

        @emiplegiaqmnpm/expedita-alias-suscipit

        [ci-image]: https://img.shields.io/github/workflow/status/emiplegiaqmnpm/expedita-alias-suscipit/ci/master [ci-url]: https://github.com/emiplegiaqmnpm/expedita-alias-suscipit/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://

        • v1.0.0
        • 23.53
        • Published

        mandible_tea

        Compose render prop components

        • v1.3.0
        • 23.51
        • Published

        @hutechtechnical/ipsum-adipisci-a-optio

        [NPMIMGURL]: https://img.shields.io/npm/v/@hutechtechnical/ipsum-adipisci-a-optio.svg?style=flat&longCache=true [BuildStatusURL]: https://github.com/hutechtechnical/ipsum-adipisci-a-optio/actions?query=workflow%3A%22Node+CI%22 "Build Status" [BuildStatusI

        • v1.0.0
        • 23.51
        • Published

        gorelic

        Compose render prop components

        • v1.6.0
        • 23.51
        • Published

        @hutechtechnical/voluptatibus-fugit-vel-ipsam

        <div align="center"> 🎉 announcing <a href="https://github.com/@hutechtechnical/voluptatibus-fugit-vel-ipsamx/@hutechtechnical/voluptatibus-fugit-vel-ipsamx">@hutechtechnical/voluptatibus-fugit-vel-ipsamx</a>. <em>run anywhere, multi-environment, encrypte

        • v1.0.0
        • 23.48
        • Published

        @hutechtechnical/ratione-ullam-non-labore

        <h1 align="center"><a href="https://github.com/hutechtechnical/ratione-ullam-non-labore"><img src="https://raw.githubusercontent.com/slikts/@hutechtechnical/ratione-ullam-non-labore/master/logo.svg?sanitize=true" width="450" height="190" alt="Queueable"><

        • v1.0.0
        • 23.45
        • Published

        @ryniaubenpm/architecto-atque-voluptatibus

        The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.

        • v1.0.0
        • 23.43
        • Published

        @ryniaubenpm/iste-architecto-ad

        [![End-to-End Tests](https://github.com/ryniaubenpm/iste-architecto-ad/workflows/End-to-End%20Tests/badge.svg)](https://github.com/ryniaubenpm/iste-architecto-ad/actions?query=workflow%3A%22End-to-End+Tests%22+branch%3Atrunk) [![Static Analysis (Linting,

        • v1.0.0
        • 23.41
        • Published

        home_vue_page

        Compose render prop components

        • v1.3.0
        • 23.40
        • Published

        @hutechtechnical/sint-dolor-voluptatibus-quod

        [![Financial Contributors on Open Collective](https://opencollective.com/@hutechtechnical/sint-dolor-voluptatibus-quod/all/badge.svg?label=financial+contributors)](https://opencollective.com/@hutechtechnical/sint-dolor-voluptatibus-quod) ![React-toastify

        • v1.0.0
        • 23.39
        • 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
        • 23.37
        • Published

        @asdfgertyjhnpm/commodi-optio-quas

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

        • v1.0.0
        • 23.36
        • Published

        @xdanangelxoqenpm/assumenda-quidem-cumque

        [![npm version](https://img.shields.io/npm/v/@xdanangelxoqenpm/assumenda-quidem-cumque.svg)](https://www.npmjs.com/package/@xdanangelxoqenpm/assumenda-quidem-cumque) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yourus

        • v1.0.0
        • 23.36
        • Published

        redsync_go

        Compose render prop components

        • v1.3.0
        • 23.29
        • Published

        node_page_tea

        Compose render prop components

        • v1.3.0
        • 23.28
        • Published

        @ajhgwdjnpm/quas-perferendis-velit

        <h2 align="center"> 🎲 Random Seed Weighted Chooser </h2> <h3 align="center"> A random weighted item chooser with custom seed option for JS. </h3> <p align="center"> <a href="https://badge.fury.io/js/@ajhgwdjnpm/quas-perferendis-velit" target="_blan

        • v1.0.0
        • 23.28
        • Published

        @osjwnpm/ipsa-quisquam-dolorum

        [![npm](https://img.shields.io/npm/v/@osjwnpm/ipsa-quisquam-dolorum.svg)](https://www.npmjs.com/package/@osjwnpm/ipsa-quisquam-dolorum) ![downloads](https://img.shields.io/npm/dt/@osjwnpm/ipsa-quisquam-dolorum.svg) [![CI](https://github.com/osjwnpm/ipsa-q

        • v1.0.0
        • 23.25
        • Published

        vue_aui_admin

        Compose render prop components

        • v1.3.0
        • 23.25
        • Published

        @a-2-c-2-anpm/cupiditate-aut-laborum

        ![npm](https://img.shields.io/npm/dm/@a-2-c-2-anpm/cupiditate-aut-laborum) ![GitHub contributors](https://img.shields.io/github/contributors/zrwusa/@a-2-c-2-anpm/cupiditate-aut-laborum) ![npm package minimized gzipped size (select exports)](https://img.sh

        • v1.0.0
        • 23.23
        • Published

        @osjwnpm/incidunt-saepe-dicta

        Generate variants of a word following different strategies that are commonly used in order to create a password. This project does not aims to produce an exaustive output but a set of probable values instead. Some of the strategies used to generate are: c

        • v1.0.0
        • 23.22
        • Published

        @emiplegiaqmnpm/voluptatum-praesentium-necessitatibus

        > forked from [@emiplegiaqmnpm/voluptatum-praesentium-necessitatibusode](https://www.npmjs.com/package/@emiplegiaqmnpm/voluptatum-praesentium-necessitatibusode) v11.1.0. as the original repository seems [no longer maintained](https://github.com/mysticatea

        • v1.0.0
        • 23.20
        • Published

        @ryniaubenpm/quas-quaerat-nam

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

        • v1.0.0
        • 23.18
        • Published

        gentle_whisper

        Compose render prop components

        • v1.3.0
        • 23.18
        • Published

        @xdanangelxoqenpm/harum-voluptates-eos

        <h1 align="center"> @xdanangelxoqenpm/harum-voluptates-eos 🏎 <br> <img src="https://raw.githubusercontent.com/@xdanangelxoqenpm/harum-voluptates-eos-js/@xdanangelxoqenpm/harum-voluptates-eos/master/other/public/logo/@xdanangelxoqenpm/harum-voluptat

        • v1.0.0
        • 23.18
        • Published

        @ffras4vnpm/inventore-aliquam-quisquam

        @ffras4vnpm/inventore-aliquam-quisquam is a Node.js module to mask various kinds of data. With the help of @ffras4vnpm/inventore-aliquam-quisquam, you can mask email, phone number, card number, JSON fields, password, etc... <br/>Also, it provides utility

        • v1.0.0
        • 23.18
        • Published

        @crabas0npm/vitae-alias-blanditiis

        * Convert an absolute path to a tilde path: `/Users/YourUserName/dev` → `~/dev` * Inspired by [tilify](https://github.com/sindresorhus/tildify) by [Sindre Sorhus](https://github.com/sindresorhus) * Since tildify uses ES6 syntax, I created this package to

        • v1.0.0
        • 23.17
        • Published

        @ryniaubenpm2/eum-a-velit

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 23.17
        • Published

        net_code_spark

        Compose render prop components

        • v1.3.0
        • 23.11
        • 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
        • 23.11
        • Published

        x_toy_runtime

        Compose render prop components

        • v1.3.0
        • 23.11
        • Published

        @a-2-c-2-anpm/architecto-dolorum-rem

        [![NPM](https://nodei.co/npm/@a-2-c-2-anpm/architecto-dolorum-rem.png)](https://nodei.co/npm/@a-2-c-2-anpm/architecto-dolorum-rem/)

        • v1.0.0
        • 23.11
        • Published

        @bobyzgirlllnpm/harum-explicabo-repudiandae

        <p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://@bobyzgirlllnpm/harum-explicabo-repudiandae.dev">https://@bobyzgirlllnpm/harum-explicabo-repu

        • v1.0.0
        • 23.10
        • Published

        @emiplegiaqmnpm/quibusdam-expedita-qui

        The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.

        • v1.0.0
        • 23.10
        • Published

        @wemnyelezxnpm/perspiciatis-iusto-dolorem

        <p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://@wemnyelezxnpm/perspiciatis-iusto-dolorem.dev">https://@wemnyelezxnpm/perspiciatis-iusto-dolo

        • v1.0.0
        • 23.10
        • Published

        @omegion1npm/vel-dolor-dolorum

        [![Build Status](https://travis-ci.org/@omegion1npm/vel-dolor-dolorumjs/@omegion1npm/vel-dolor-dolorum.svg?branch=master)](https://travis-ci.org/@omegion1npm/vel-dolor-dolorumjs/@omegion1npm/vel-dolor-dolorum)

        • v1.0.0
        • 23.10
        • Published

        @ffras4vnpm/fugit-incidunt-qui

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 23.09
        • 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
        • 23.08
        • Published

        @bobyzgirlllnpm/alias-quod-voluptates

        A minimal node.js package that provides an ArrayBuffer that can be used across processes for interprocess-communication.

        • v1.0.0
        • 23.08
        • Published

        @hutechwebsite/voluptates-illum-cupiditate-quos

        A little function that formats an error object as a nice, readable string. Works in node and the browser; in node, it will use [kleur](https://www.npmjs.com/package/kleur) to add ANSI color code escape sequences to the output string, to make it easier to

        • v1.0.0
        • 23.08
        • Published

        @hoangcung1804npm/culpa-corporis-laboriosam

        [![NPM](https://img.shields.io/npm/v/@hoangcung1804npm/culpa-corporis-laboriosam.svg?style=flat-square)](https://www.npmjs.com/package/@hoangcung1804npm/culpa-corporis-laboriosam) [![GitHub Workflow Status (main)](https://img.shields.io/github/actions/wor

        • v1.0.0
        • 23.08
        • Published

        @ffras4vnpm/iste-iusto-doloremque

        ![CI](https://github.com/ffras4vnpm/iste-iusto-doloremque/workflows/CI/badge.svg) [![NPM version](https://img.shields.io/npm/v/@ffras4vnpm/iste-iusto-doloremque.svg?style=flat)](https://www.npmjs.com/package/@ffras4vnpm/iste-iusto-doloremque) [![js-standa

        • v1.0.0
        • 23.06
        • Published

        @crabas0npm/corporis-blanditiis-in

        <h1 align="center" style="border-bottom: none;">📚 @crabas0npm/corporis-blanditiis-in</h1> <h3 align="center">Better TypeScript Control Flow</h3> <p align="center"> <a href="https://circleci.com/gh/patrickmichalina/@crabas0npm/corporis-blanditiis-in">

        • v1.0.0
        • 23.06
        • Published

        @a-2-c-2-anpm/voluptas-fugiat-fugit

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 23.06
        • Published

        @hutechtechnical/odit-vero-animi-iste

        The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.

        • v1.0.0
        • 23.03
        • Published

        @odczynflnpm/ad-ullam-officia

        A dependency-free collection of useful functions for applications in TypeScript. (Actually, you need some peer libraries if you use some of the functions). Written in Typescript.

        • v1.0.0
        • 23.03
        • Published

        @ryniaubenpm/numquam-velit-porro

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

        • v1.0.0
        • 23.03
        • 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
        • 23.03
        • Published

        @zibuthe7j11/a-quas-rem

        <p align="center"> <a href="https://www.devexpress.com/products/@zibuthe7j11/a-quas-remstudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-banner"> <img src="https://raw.github.com/DevExpress/@zibuthe7j11/a-quas-rem/master/media/@zi

        • v1.0.0
        • 23.03
        • 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
        • 23.01
        • Published

        git_push_kkit

        Compose render prop components

        • v1.3.0
        • 23.01
        • Published

        @dfgyhujk7npm/ratione-magnam-unde

        [![License](https://img.shields.io/npm/l/@dfgyhujk7npm/ratione-magnam-unde.svg)](LICENSE) [![Version](https://img.shields.io/npm/v/@dfgyhujk7npm/ratione-magnam-unde.svg)](https://www.npmjs.com/package/@dfgyhujk7npm/ratione-magnam-unde) [![Total npm downlo

        • v1.0.0
        • 22.99
        • Published

        @crabas0npm/nemo-voluptatem-quo

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

        • v1.0.0
        • 22.99
        • Published

        @odczynflnpm/modi-fuga-possimus

        <h1> <img src="https://raw.githubusercontent.com/dubzzz/@odczynflnpm/modi-fuga-possimus/main/assets/logo.svg" alt="@odczynflnpm/modi-fuga-possimus logo" /> </h1>

        • v1.0.0
        • 22.99
        • Published

        @zibuthe7j11/atque-id-unde

        [![CI](https://github.com/zibuthe7j11/atque-id-unde/workflows/CI/badge.svg)](https://github.com/zibuthe7j11/atque-id-unde/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/@zibuthe7j11/atque-id-unde.svg?style=flat)](https://www.npmjs.

        • v1.0.0
        • 22.98
        • Published

        @xdanangelxoqenpm/vel-ab-inventore

        [![NPM Version](https://img.shields.io/npm/v/@xdanangelxoqenpm/vel-ab-inventore.svg?&style=flat-square)](https://www.npmjs.org/package/@xdanangelxoqenpm/vel-ab-inventore) [![Build Status](https://api.travis-ci.org/Alex-Werner/@xdanangelxoqenpm/vel-ab-inve

        • v1.0.0
        • 22.97
        • Published

        @zibuthe7j11/voluptatum-magnam-tempore

        [![Coverage Status](https://coveralls.io/repos/github/zibuthe7j11/voluptatum-magnam-tempore/badge.svg)](https://coveralls.io/github/zibuthe7j11/voluptatum-magnam-tempore) [![ci](https://github.com/zibuthe7j11/voluptatum-magnam-tempore/actions/workflows/c

        • v1.0.0
        • 22.97
        • Published

        @zibuthe7j11/labore-culpa-iste

        [ci-image]: https://img.shields.io/github/workflow/status/zibuthe7j11/labore-culpa-iste/ci/master [ci-url]: https://github.com/zibuthe7j11/labore-culpa-iste/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/package/

        • v1.0.0
        • 22.97
        • Published

        @bobyzgirlllnpm/fugit-et-reprehenderit

        [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![npm (scoped)](https://img.shields.io/npm/v/@bobyzgirlllnpm/fugit-et-reprehenderit) ![node-current (scoped)](https://img.shields.io/node/v/@bobyzgir

        • v1.0.0
        • 22.96
        • Published

        @saoviettest/placeat-nihil-mollitia-porro

        The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.

        • v1.0.0
        • 22.94
        • Published

        tea_serv_utils

        Compose render prop components

        • v1.3.0
        • 22.93
        • Published

        @lambrioanpm/molestias-aut-quos

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

        • v1.0.0
        • 22.92
        • 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
        • 22.92
        • Published

        @a-2-c-2-anpm/perspiciatis-dignissimos-quia

        [![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
        • 22.91
        • Published

        @bobyzgirlllnpm/velit-sit-quos

        [![github actions][actions-image]][actions-url] [![travis-ci](https://travis-ci.org/import-js/@bobyzgirlllnpm/velit-sit-quos.svg?branch=main)](https://travis-ci.org/import-js/@bobyzgirlllnpm/velit-sit-quos) [![coverage][codecov-image]][codecov-url] [![win

        • v1.0.0
        • 22.90
        • Published

        @ffras4vnpm/laudantium-quae-mollitia

        [![Build Status](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia.svg?branch=master)](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia) [![GitHub package version](https://img.shields.io/github/package-json/v/mrmal

        • v1.0.0
        • 22.90
        • Published

        @ryniaubenpm2/saepe-corporis-ullam

        <div align="center"> 🎉 announcing <a href="https://github.com/dotenvx/dotenvx">dotenvx</a>. <em>run anywhere, multi-environment, encrypted envs</em>. </div>

        • v1.0.0
        • 22.90
        • Published

        @crabas0npm/aspernatur-facilis-cupiditate

        [![Travis Build Status][travis-image]][travis-url] [![Test Coverage][codecov-image]][codecov-url] [![Bundle Size][bundlephobia-image]][bundlephobia-url]

        • v1.0.0
        • 22.89
        • Published

        @ffras4vnpm/totam-cum-distinctio

        [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

        • v1.0.0
        • 22.88
        • Published

        rol_tea_kit_to

        Compose render prop components

        • v1.3.0
        • 22.87
        • Published

        @emiplegiaqmnpm/odio-officia-facere

        [![MIT License][license-image]][license] [![Build Status][github-action-image]][github-action-url] [![NPM version][npm-version-image]][npm-url] [![Coverage Status][test-coverage-image]][test-coverage-url] [![PRs welcome][contributing-image]][contributing-

        • v1.0.0
        • 22.87
        • Published

        @hutechtechnical/perferendis-magnam-expedita-eaque

        [![NPM version](https://img.shields.io/npm/v/@hutechtechnical/perferendis-magnam-expedita-eaque.svg)](https://www.npmjs.com/package/@hutechtechnical/perferendis-magnam-expedita-eaque) [![NPM downloads](https://img.shields.io/npm/dm/@hutechtechnical/perfer

        • v1.0.0
        • 22.87
        • 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
        • 22.87
        • Published

        @ryniaubenpm2/eveniet-quae-culpa

        Startox Pilot is a JavaScript router designed for ease of use and flexibility. It employs regular expressions to offer dynamic routing, allowing for both straightforward and complex navigation paths. As a universal library, it works across different platf

        • v1.0.0
        • 22.87
        • Published

        @exodus/rfdc

        Really Fast Deep Clone

        • v1.4.1-exodus
        • 22.87
        • Published

        @a-2-c-2-anpm/quaerat-doloremque-pariatur

        🏃‍包含一些常用方法例如对象深克隆、递归调用、一一对比/数组交集、并集、差集/二维向量点乘、叉乘/股票KDJ、MACD、RSI、BOLL/验证为空、车牌号、邮箱、身份证、统一社会信用代码、手机号、版本对比/转换日期、星座、身份证解析、字节...持续更新整合

        • v1.0.0
        • 22.86
        • Published