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.
@webdevstudios/npm-scripts
Advanced tools
This package, when installed, exposes wds-*
scripts that can be run from your package.json
's scripts.
Most of the commands simply run their @wordpress/scripts
variant, e.g.:
wds-build
Runs:
wp-scripts build
The reason we do this is by having this layer in between your package.json
and @wordpress/scripts
is we can control, ultimately, what your scripts should do.
For instance, for wds-lint-js
we don't use @wordpress/scripts
's prettier command, and instead do eslint --fix
because that's what WebDevStudio's does.
npm install @webdevstudios/npm-scripts --save-dev
"scripts": {
"build": "wds-build",
"lint": "run-s lint:js lint:style",
"lint:js": "wds-format-js && wds-lint-js",
"lint:style": "wds-format-styles && wds-lint-style",
"packages-update": "wds-packages-update",
"start": "wds-start"
}
npm version PATCH|MINOR|MAJOR
npm run pack
webdevstudios-npm-scripts-{version}.tgz
to releasenpm publish
FAQs
Unknown package
We found that @webdevstudios/npm-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
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.