New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapi-locale-17

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-locale-17 - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

11

package.json
{
"name": "hapi-locale-17",
"version": "2.0.3",
"version": "2.0.4",
"description": "Locale and language detection for Hapi v17",

@@ -22,4 +22,4 @@ "main": "src/index.js",

"test": "NODE_ENV=test mocha --recursive test",
"cover": "NODE_ENV=test istanbul cover _mocha -- --recursive test",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test",
"coveralls": "npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",
"preversion": "npm run lint && npm test"

@@ -40,5 +40,4 @@ },

"hapi": "^17.2.0",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"sinon": "^4.1.6",

@@ -45,0 +44,0 @@ "sinon-chai": "^2.14.0"

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