
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
gulp-wpstylecss
Advanced tools
(PLUGIN AUTHOR: Please read Plugin README conventions, then delete this line)
Plugin for gulp which generates WordPress theme style.css files from package.json.
First, install gulp-wpstylecss as a development dependency:
npm install --save-dev gulp-wpstylecss
Then, add it to your gulpfile.js:
var wpstylecss = require("gulp-wpstylecss");
wpstylecss()
.pipe(gulp.dest('dist'));
pkg is the contents of the current project's package.json.
_s is underscore.string.
Falsy options will cause the corrosponding field to be omitted from the generated file, except option.name which is required.
Type: String
Default value: _s.titleize(_s.humanize(pkg.name))
The contents of the Theme Name field.
Type: String
Default value: pkg.description
The contents of the Description field.
Type: String
Default value: pkg.version
The contents of the Version field.
Type: String
Default value: pkg.homepage
The contents of the Theme URI field.
Type: Array
Default value: pkg.keywords
The contents of the Tags field.
Type: String
Default value: pkg.author.name
The contents of the Author field.
Type: String
Default value: pkg.author.url
The contents of the Author URI field.
Type: String
Default value: pkg.license
The contents of the License field.
Type: String
Default value: null
The contents of the License URI field.
FAQs
A plugin for Gulp
The npm package gulp-wpstylecss receives a total of 0 weekly downloads. As such, gulp-wpstylecss popularity was classified as not popular.
We found that gulp-wpstylecss 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
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.