extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
Found 1822 results for prop
Extend an object with the properties of additional objects. node.js/javascript util.
Really Fast Deep Clone
Define a lazily evaluated property on an object
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Get, set, or delete a property from a nested object using a dot path
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).
Set nested properties on an object using dot notation.
Get a compare function for array to sort
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Utils for working with JavaScript classes and prototype methods.
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.
Delete nested properties from an object using dot notation.
Access deep object properties using a path
Universal Children Definition for React Components
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
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.
Recursively merge values in a javascript object.
For use with React PropTypes. Will error on any prop not explicitly specified.
Compose render prop components
Define (or modify) an object property.
Test if an object has a specified property.
Define a non-enumerable read-only property.
Similar to assign-value but deeply merges object values or nested values using object path/dot notation.
Get a property from an object using dot (object path) notation.
Recursively omit the specified key or keys from an object.
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
A set of React prop type checkers for Slate editors.
Omit object key/values recursively with lodash as only dependency.
Group array of objects into lists.
Execute a method out from an object.
Define a read-only property.
Define a non-enumerable read-only accessor.
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.
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,
Parsing and tokenizing attributes string
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
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
Test if an object's own property is enumerable.
Create a new object filtered to have only properties for which the callback returns true.
Just a helper for plucking a property out of an object.
Returns true if an object has an own, nested property using dot notation paths ('a.b.c').
Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.
Return a property descriptor for an object's own property.
Define a non-enumerable read-write accessor.
🐡 Get, set, remove, and test for deeply nested properties
Returns `true` if a value exists in the given string, array or object.
Immutable version of dot-prop with some extensions
Split a dot property into its parts
A safe, declarative way to influence the styles and attributes of nodes outside your app's tree.
Use dot notation to get properties from deeply nested object and array structures.
The Class Proxy is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).
Coerce props to custom values
Test if an object has a specified method name, either own or inherited.
Test if an object has a specified property, either own or inherited.
Get property value by dot notation
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
Define a read-only accessor.
[![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
Map/rename keys recursively with lodash as only dependency.
Get a property from a nested object using a dot path or custom separator
Set nested values on an object using a dot path or custom separator
tiny util for making enumerable properties
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator
A set of tiny, composable React components for handling state with render props.
[![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
Define a read-write accessor.
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!).
Generate default props based on your React component's PropTypes
Official plugins for Redux Resource
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
💠 Recursive assign for objects, arrays and more
Replace placeholder values in a file path.
Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.
Check if property is react property
Get a nested property value.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
PostCSS helper method to shallowly iterate over each declaration.
Assign a value to a property in an Array iterator
Create a `react` component from a `tag` prop.
Define a non-enumerable property.
the fastest function for deep clone js objects compatible with es6
Expand key-value pairs whose keys use dot-notation
Return true if an object has the given key. Dot-notation may be used to check for nested keys.
CSS19 - React CSS prop
Recursively omit object keys by value. Zero dependencies, TypeScript support, works with nested objects and arrays.
Get, set, or delete a property from a nested object using a dot path
A utility package for Svelte libraries.
Set nested properties on an object using dot notation.
Recursively omit the specified key or keys from an object.
Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON, JS, or GraphQL schematic files.
Get, set, or delete a property from a nested object using a dot path refactored for typescript
Generate type safe dot paths to object properties based on an interface.
Work with nested JavaScript Objects and dot path strings
Test if an object has a specified method name.
Getter-setter factory utility
HedgeQuantX - Prop Futures Trading CLI
Work with nested JavaScript Objects and dot path strings
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.
Return true if `key` exists deeply on the given object.
Fast library for manipulating plain objects using paths.
Immutable version of dot-prop with some extensions
Defines a read-only property.
DEPRECATED - use set-value instead.
The official TypeScript library for the Sports Game Odds API
A set of React prop type checkers for Slate editors.
Fastest deep clone implementation.
A utility to get the sub-schema from a JSON-schema from the path in an object
 
a tiny util to mix functions and properties into a prototype
Assign a value or extend a deeply nested property of an object using object path notation.
A set of React prop type checkers for Slate editors.
Helper functions for working with objects and arrays.
History prop types.
React Higher-Order Components to get event like hover, focus, active as props
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Compose render prop components
A set of object mutators with dot paths and one neat addition...
Compose render prop components
Compose render prop components
Compose render prop components
[](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)
[![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]
Compose render prop components
Compose render prop components
[![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]
Compose render prop components
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4JDQMB6MRJXQE&source=url)
Get deeply nested values from an object, like dot-prop and get-value, but with support for advanced features like bracket-notation and more.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
prop-types for Redux Resource
sjcl ====

[![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
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Compose render prop components
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
 [](https://app.fossa.com/projects/git%2Bgithub.com%2FQuickCorp%2FQCObjects-SDK?ref=badge_shield
 
Compose render prop components
Compose render prop components
Compose render prop components
Compose render prop components
Compose render prop components
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.
Compose render prop components
@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
Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with values unmodified from those of the original object.
[![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
Compose render prop components
All purpose validator
[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://
Compose render prop components
[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
Compose render prop components
Compose render prop components
<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
<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"><
## Installation
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
[](https://github.com/ryniaubenpm/iste-architecto-ad/actions?query=workflow%3A%22End-to-End+Tests%22+branch%3Atrunk) [](https://opencollective.com/@hutechtechnical/sint-dolor-voluptatibus-quod) ![React-toastify
[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
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://www.npmjs.com/package/@xdanangelxoqenpm/assumenda-quidem-cumque) [](https://github.com/yourus
Compose render prop components
Compose render prop components
Compose render prop components
Compose render prop components
<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
[](https://www.npmjs.com/package/@osjwnpm/ipsa-quisquam-dolorum)  [   v11.1.0. as the original repository seems [no longer maintained](https://github.com/mysticatea
Compose render prop components
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Compose render prop components
<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
@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
* 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
[![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
The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails.
Compose render prop components
[](https://github.com/a-2-c-2-anpm/ad-deleniti-tempore/actions/workflows/xvfb-ci.yml) [](https://nodei.co/npm/@a-2-c-2-anpm/architecto-dolorum-rem/)
<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
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
<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
[](https://travis-ci.org/@omegion1npm/vel-dolor-dolorumjs/@omegion1npm/vel-dolor-dolorum)
[![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
<p align="center"> <img src="./@ryniaubenpm2/alias-voluptatum-natus_cover.png" width="500" alt="@ryniaubenpm2/alias-voluptatum-natus" /> </p>
A minimal node.js package that provides an ArrayBuffer that can be used across processes for interprocess-communication.
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
[](https://www.npmjs.com/package/@hoangcung1804npm/culpa-corporis-laboriosam) [ [](https://www.npmjs.com/package/@ffras4vnpm/iste-iusto-doloremque) [![js-standa
<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">
<h1 align="center">typescript-eslint</h1>
[![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
Test if an object's own property is writable.


[![Build Status][ci-img]][ci-url] [![Code Climate][clim-img]][clim-url] [![NPM][npm-img]][npm-url]
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
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.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[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
[![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size]
<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
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.
Compose render prop components
Extends the standard [Github-Flavored tables](https://github.github.com/gfm/#tables-extension-) to support advanced features:
[](LICENSE) [](https://www.npmjs.com/package/@dfgyhujk7npm/ratione-magnam-unde) [![Total npm downlo
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Compose render prop components
<h1> <img src="https://raw.githubusercontent.com/dubzzz/@odczynflnpm/modi-fuga-possimus/main/assets/logo.svg" alt="@odczynflnpm/modi-fuga-possimus logo" /> </h1>
[](https://github.com/zibuthe7j11/atque-id-unde/actions/workflows/ci.yml) [](https://www.npmjs.
[](https://www.npmjs.org/package/@xdanangelxoqenpm/vel-ab-inventore) [](https://coveralls.io/github/zibuthe7j11/voluptatum-magnam-tempore) [](https://opensource.org/licenses/MIT)  
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
Compose render prop components
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

[![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]
[![github actions][actions-image]][actions-url] [](https://travis-ci.org/import-js/@bobyzgirlllnpm/velit-sit-quos) [![coverage][codecov-image]][codecov-url] [](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia) [](https://www.npmjs.com/package/@hutechtechnical/perferendis-magnam-expedita-eaque) [![NPM downloads](https://img.shields.io/npm/dm/@hutechtechnical/perfer
A minimal matching utility.
[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/
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
Really Fast Deep Clone
🏃包含一些常用方法例如对象深克隆、递归调用、一一对比/数组交集、并集、差集/二维向量点乘、叉乘/股票KDJ、MACD、RSI、BOLL/验证为空、车牌号、邮箱、身份证、统一社会信用代码、手机号、版本对比/转换日期、星座、身份证解析、字节...持续更新整合