
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A collection of nonstandard JS polyfills
objectKind: global namespace
Create a shallow copy of an object
Kind: static property of Object
Returns: a copy of source
| Param | Description |
|---|---|
| source | the object to copy |
Create a shallow copy of an object, where some keys are filtered
Kind: static property of Object
Returns: a filtered copy of source
| Param | Type | Description |
|---|---|---|
| source | the object to copy | |
| filter | function | the filtering function, should return a boolean |
| _this | optional this argument to set in the filter |
Create a shallow copy of an object, where every value is mapped by a mapping function
Kind: static property of Object
Returns: a mapped copy of source
| Param | Type | Description |
|---|---|---|
| source | the object to map | |
| map | function | the mapping function, should return a new value for each key-value pair |
| _this | optional this argument to set in the map |
objectKind: global namespace
object
Create a complement of this set and another (this AND NOT set)
Kind: instance property of Set
Returns: this
| Param | Type | Description |
|---|---|---|
| set | set | the set to complement with |
Create a shallow copy of a Set, where some keys are filtered
Kind: instance property of Set
Returns: a filtered copy of source
| Param | Type | Description |
|---|---|---|
| filter | function | the filtering function, should return a boolean |
| _this | optional this argument to set in the filter |
Create a union of this set and another (this AND set)
Kind: instance property of Set
Returns: this
| Param | Type | Description |
|---|---|---|
| set | set | the set to intersct with |
Create a shallow copy of a set, where every value is mapped by a mapping function
Kind: instance property of Set
Returns: a mapped copy of source
| Param | Type | Description |
|---|---|---|
| map | function | the mapping function, should return a new value for each key-value pair |
| _this | optional this argument to set in the map |
Create a union of this set and another (this OR set)
Kind: instance property of Set
Returns: this
| Param | Type | Description |
|---|---|---|
| set | set | the set to union with |
Create a shallow copy of a Set, where some keys are filtered
Kind: static property of Set
Returns: a filtered copy of source
| Param | Type | Description |
|---|---|---|
| source | the set to copy | |
| filter | function | the filtering function, should return a boolean |
| _this | optional this argument to set in the filter |
Create a shallow copy of a set, where every value is mapped by a mapping function
Kind: static property of Set
Returns: a mapped copy of source
| Param | Type | Description |
|---|---|---|
| source | the set to map | |
| map | function | the mapping function, should return a new value for each key-value pair |
| _this | optional this argument to set in the map |
FAQs
A collection of nonstandard JS polyfills
We found that polyfill2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.