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

passgen

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

passgen - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

0

example/example.js

@@ -0,0 +0,0 @@ var passgen = require('../');

@@ -0,0 +0,0 @@ (function() {

28

package.json
{
"name": "passgen",
"version": "1.0.1",
"version": "1.0.2",
"description": "Password generator",
"author": "Sasa Djolic <sasa.djolic@sdaworld.com>",
"keywords": ["password", "generator", "pass", "random"],
"author": "Sasa Djolic <sasa.djolic@gmail.com> (https://www.linkedin.com/in/sasadjolic/)",
"contributors": [
"Sasa Djolic <sasa.djolic@gmail.com> (https://www.linkedin.com/in/sasadjolic/)"
],
"bugs": {
"url": "http://github.com/SDA/passgen/issues"
"url": "http://github.com/sasadjolic/passgen/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/SDA/passgen.git"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sasadjolic/passgen.git"
},
"main": "lib/passgen",

@@ -26,3 +22,3 @@ "directories": {

},
"dependencies": {
"devDependencies": {
"vows": ">= 0.5.13"

@@ -29,0 +25,0 @@ },

@@ -0,0 +0,0 @@ # passgen

@@ -0,0 +0,0 @@ var vows = require('vows');

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