
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
cooker 
123
a minimalism style version manager for static files.
$ sudo npm install cooker -g
// update version by youself
$ cooker up README.md
now building...
var cooker = require('cooker');
// using cooker to watch psd changes
cooker.watch('./psd',function(changes){
console.log(changes);
});
// watch file changes and created when new psd added.
cooker.watch('./psd',function(changes){
// if new psd added to './psd'
if (changes.type == 'new') {
// using defalut zip config
cooker.zip('./psd',function(zipfile){
// zipfile should be 'psd_v0.0.x.zip'
console.log(zipfile)
})
}
});
config [Object] or [String] :
ingore: [Array] : filetypes to ignore.dir: [String] : dir for watchcallback [Function]
errchanges: [Array] list every changes here.config [Object] or [String]:
fileDir: [String] dir wanna to zipdist: [String] mv zip file to selected dist dirstart: [Number] : like 0.0.1 or 1.0.0divider: [String] : divider that divide filename from version-stamps , e.g: "-" or "." or ("_" -> "filename_v0.1.0" )afterfix : [String] : string after version-stamp. e.g: "filename_v1.0.1_2013-20-20.zip"fileDir [String]callback [Function]
errpkg zipped package dir$ git clone https://github.com/turingou/cooker.git
$ cd cooker
$ npm install
$ npm test
0.0.1 logo addedFAQs
a minimalism style version manager for static files
The npm package cooker receives a total of 18 weekly downloads. As such, cooker popularity was classified as not popular.
We found that cooker 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.