Socket
Socket
Sign inDemoInstall

nice-try

Package Overview
Dependencies
0
Maintainers
1
Versions
11
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

CHANGELOG.md

14

package.json
{
"name": "nice-try",
"version": "1.0.3",
"version": "1.0.4",
"authors": [

@@ -24,12 +24,12 @@ "Tobias Reich <tobias@electerious.com>"

"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node_modules/mocha/bin/_mocha",
"prepublish": "npm test"
},
"devDependencies": {
"chai": "^4.0.1",
"coveralls": "^2.11.9",
"istanbul": "^0.4.4",
"mocha": "^3.0.1"
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"nyc": "^11.1.0",
"mocha": "^3.5.0"
}
}
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