Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

genpkg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genpkg - npm Package Compare versions

Comparing version 0.0.3 to 2.0.0

x

35

package.json
{
"name": "genpkg",
"version": "0.0.3",
"description": "Generates NPM packages from single JavaScript files.",
"author": "Azer Koculu <azer@kodfabrik.com>",
"keywords": [
"package",
"packaging"
],
"directories": {
"lib": "./lib"
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./lib/genpkg",
"repository": {
"type": "git",
"url": "http://github.com/azer/genpkg.git"
},
"bin": {
"genpkg": "./bin/genpkg",
"test": "./test/run"
},
"devDependencies": {
"highkick": "1.x",
"rimraf": "1.x"
},
"dependencies": {
"optimist": "~0.6.0",
"request": "2.x",
"log4js": "0.x",
"mkdirp": "0.x"
}
"author": "",
"license": "ISC"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc