Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A collection of essential TypeScript types
Extend an object with the properties of additional objects. node.js/javascript util.
- assign
- clone
- extend
- merge
- obj
- object
- object-assign
- object.assign
- prop
- properties
- property
- props
- shallow
- util
- View more
Create an array of unique values, in order, from the input arrays
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.
A library for deep (recursive) merging of Javascript objects
Merge multiple streams into one stream in sequence or parallel.
Port of jQuery.extend for node.js and the browser
Easily handle defaults for your options
Variant of merge that's useful for webpack configuration
Utils for working with JavaScript classes and prototype methods.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Detect the use of vulnerable features within some libraries from https://github.com/HoLyVieR/prototype-pollution-nsec18/ that are not yet fixed
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
The Lodash method `_.merge` exported as a module.
construct pipes of streams of events
Merge objects using their property descriptors
extend like a boss
Like `extend` but only copies missing properties/values to the target object.
Recursive object extending
Simplify JsonSchema/Openapi by combining allOf safely