
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@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
The npm package @webdevstudios/npm-scripts receives a total of 2 weekly downloads. As such, @webdevstudios/npm-scripts popularity was classified as not popular.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.