Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Fill keys in a destination that are defined on the source. Copies descriptors so properties like
enumerable
will persist.
$ npm install --save fill-keys
const fillKeys = require('fill-keys')
fillKeys(destination, source);
//=> missing destination keys in source are copied
fill-keys will copy descriptors. It will also copy the source.prototype
properties onto destination.prototype
if both destination
and source
are functions.
fillKeys(destination, source)
-> destination
destination
Required
Type: any
The destination object where keys from source
will be added.
Required
Type: any
The source object from which to copy properties.
MIT © Ben Drucker
FAQs
Fill keys in a destination that are defined on the source
The npm package fill-keys receives a total of 296,529 weekly downloads. As such, fill-keys popularity was classified as popular.
We found that fill-keys 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.