password-generator
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -49,2 +49,2 @@ /*! | ||
*/ | ||
exports.version = '0.1.2'; | ||
exports.version = '0.1.3'; |
{ | ||
"name": "password-generator", | ||
"version": "0.1.2", | ||
"description": "Memorable password generator", | ||
"author": "Bermi Ferrer <bermi@bermilabs.com>", | ||
"keywords": ["password", "generator", "pass", "random"], | ||
"bugs": { | ||
"web": "http://github.com/bermi/password-generator/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/mit-license.php" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "git://github.com/bermi/password-generator.git" | ||
} | ||
], | ||
"main": "index", | ||
"bin": "./bin/password-generator", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"os": [ "linux", "darwin" ], | ||
"dependencies": {}, | ||
"devDependencies": {"expresso" : "0.9.x"}, | ||
"engines": { "node": "0.4.x" } | ||
} | ||
"name": "password-generator", | ||
"version": "0.1.3", | ||
"description": "Memorable password generator", | ||
"author": "Bermi Ferrer <bermi@bermilabs.com>", | ||
"keywords": [ | ||
"password", | ||
"generator", | ||
"pass", | ||
"random" | ||
], | ||
"bugs": { | ||
"web": "http://github.com/bermi/password-generator/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/mit-license.php" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/bermi/password-generator.git" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.x" | ||
}, | ||
"dependencies": { | ||
"optimist": "*" | ||
}, | ||
"devDependencies": { | ||
"expresso" : ">= 0.9.x" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"main": "index", | ||
"bin": "./bin/password-generator", | ||
"directories": { | ||
"lib": "./lib" | ||
} | ||
} |
# password-generator | ||
[![Build Status](https://secure.travis-ci.org/bermi/password-generator.png?branch=master)](http://travis-ci.org/bermi/password-generator) | ||
Memorable password generator. | ||
@@ -79,2 +81,4 @@ | ||
npm install | ||
make test | ||
@@ -86,3 +90,3 @@ | ||
Copyright (c) 2011 Bermi Ferrer <bermi@bermilabs.com> | ||
Copyright (c) 2011-2012 Bermi Ferrer <bermi@bermilabs.com> | ||
@@ -89,0 +93,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
108
0
1
8331
1
12
104
1
+ Addedoptimist@*
+ Addedminimist@0.0.10(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedwordwrap@0.0.3(transitive)