Socket
Socket
Sign inDemoInstall

xkpasswd

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

11

package.json
{
"name": "xkpasswd",
"version": "1.0.3",
"version": "1.0.4",
"description": "Memorable password generator",

@@ -34,3 +34,4 @@ "keywords": [

"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},

@@ -40,6 +41,8 @@ "devDependencies": {

"eslint": "^3.18.0",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1"
"mocha": "^3.3.0",
"mocha-eslint": "^3.0.1",
"mocha-lcov-reporter": "^1.3.0"
}
}

@@ -6,2 +6,3 @@ # xkpasswd

[![Travis build][travis-img]][travis-url]
[![Coveralls coverage][coveralls-img]][coveralls-url]

@@ -13,2 +14,4 @@ [npm-url]: https://npmjs.org/package/xkpasswd

[travis-url]: https://travis-ci.org/vot/xkpasswd-node
[coveralls-img]: https://img.shields.io/coveralls/vot/xkpasswd-node.svg
[coveralls-url]: https://coveralls.io/github/vot/xkpasswd-node

@@ -141,5 +144,15 @@

v1.0.4
- Added Coveralls integration and badge
v1.0.3
- Added tests and linting (thanks @yogendra)
v1.0.2
- Added transform option
- Added transform option (thanks @yogendra)

@@ -146,0 +159,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc