Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
unleash -p -d
OR...
unleash --patch --dry-run
unleash -p
OR...
unleash --patch
unleash -M
OR...
unleash --major
unleash -m -r stash
OR...
unleash --minor --repo-type stash
This can be helpful in ensuring your package is being published with the least amount of files possible, while also ensuring you have all the files you need. We use this to eliminate files like .eslintrc and .tern-project.
unleash -ls
OR...
unleash --list-publishables
Manually leveraging Github's Pages feature can be tedious. You need to maintain a branch that's orphaned from master and yet is based on assets and/or tasks from master. Unleash can help by allowing you to publish files matching a quoted glob string to gh-pages from the comfort of the branch you normally work on.
unleash --gh
# defaults to "./docs/**/*"
OR...
unleash --ghpages-deploy --ghpages-path "./public/**/*"
perf(pencil): remove graphiteWidth option
fix(graphite): stop graphite breaking when width < 0.1
feat(pencil): add 'graphiteWidth' option
# Global w/ latest stable release
npm i unleash -g
OR...
# Locally saved w/ exact version
npm i unleash -DE
"2.6.4"
=> "3.0.0"
"2.6.4"
=> "2.7.0"
"2.6.4"
=> "2.6.5"
"2.6.4-beta.0"
=> "2.6.4-beta.1"
FAQs
Unleash your code into the wild yonder
We found that unleash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.