
Product
Socket Brings Supply Chain Security to skills.sh
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.
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.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.