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.20 to 2.0.21

18

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

@@ -30,13 +30,13 @@ "main": "src/index.js",

"devDependencies": {
"@hapi/hapi": "^18.3.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-promise": "^4.1.1",
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-should-promised": "^2.0.0",
"hapi": "^18.1.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"nyc": "^14.1.1",
"sinon": "^7.3.2",

@@ -46,3 +46,3 @@ "sinon-chai": "^3.3.0"

"peerDependencies": {
"hapi": ">=17.x.x"
"@hapi/hapi": ">=17.x.x"
},

@@ -49,0 +49,0 @@ "dependencies": {

@@ -37,3 +37,3 @@ # hapi-locale-17

```js
const Hapi = require('hapi');
const Hapi = require('@hapi/hapi');
const HapiLocale = require('hapi-locale-17');

@@ -40,0 +40,0 @@

@@ -1,2 +0,2 @@

const Hapi = require('hapi');
const Hapi = require('@hapi/hapi');
const chai = require('chai');

@@ -3,0 +3,0 @@ const chaiAsPromised = require('chai-as-promised');

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