Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Yet another pkgfiles that generate pkg.files automatically
Recommend pkg.files instead of .npmignore
to choose which file should be included when npm publish. However, we will miss some files or directories when published, and should fix with another publishing.
Using ypkgfiles, it will generate pkg.files automatically with some configuration.
$ npm install ypkgfiles
$ pkgfiles
Then files
will be generated in package.json
. ypkgfiles will lookup files from the main export.
If you want to publish some files that is not based on main export, such as mz
require('mz/fs')
You can use --entry fs.js
options to add to files automatically. If have more files, you can use glob --entry *.js
.
FAQs
Yet another pkgfiles that generate pkg.files automatically
We found that ypkgfiles 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.