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.2 to 0.0.3

.npmignore

2

lib/index.js

@@ -11,3 +11,3 @@ var logging = require('./logging'),

logging.trace('Reading .genpkg');
path.exists(FILENAME, function(exists){
fs.exists(FILENAME, function(exists){

@@ -14,0 +14,0 @@ if(!exists) return callback(undefined, {});

{
"name":"genpkg",
"version":"0.0.2",
"description":"Generates NPM packages from single JavaScript files.",
"author":"Azer Koculu <azer@kodfabrik.com>",
"keywords":["package","packaging"],
"directories":{ "lib": "./lib" },
"main":"./lib/genpkg",
"repository": { "type":"git", "url" : "http://github.com/azer/genpkg.git" },
"bin":{
"genpkg":"./bin/genpkg"
"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"
},
"devDependencies":{
"highkick":"1.x",
"rimraf":"1.x"
"main": "./lib/genpkg",
"repository": {
"type": "git",
"url": "http://github.com/azer/genpkg.git"
},
"dependencies":{
"request":"2.x",
"log4js":"0.x",
"mkdirp":"0.x"
"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"
}
}

@@ -1,2 +0,2 @@

genpkg simplifies installation and update for unpackaged JavaScript files.
genpkg simplifies installation and update of unpackaged JavaScript files.

@@ -28,1 +28,6 @@ ## Usage Example

```
## TODO
* Add export code if the module doesn't contain any
* Support rename

Sorry, the diff of this file is not supported yet

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