Socket
Socket
Sign inDemoInstall

i18next

Package Overview
Dependencies
Maintainers
1
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

lib/dep/i18next-1.2.4.js

4

lib/i18nextWrapper.js
(function() {
// when updating i18next dep update version here
var i18nVersion = '1.2.3';
var i18nVersion = '1.2.4';
var i18n = require('./dep/i18next-1.2.3')
var i18n = require('./dep/i18next-' + i18nVersion)
, url = require('url')

@@ -8,0 +8,0 @@ , Cookies = require('cookies')

@@ -5,6 +5,6 @@ {

"description": "A i18n middleware for the Express.js framework.",
"version": "1.2.3",
"version": "1.2.4",
"repository": {
"type": "git",
"url": "git@github.com:jamuhl/i18next-node.git"
"url": "git://github.com/jamuhl/i18next-node.git"
},

@@ -20,3 +20,3 @@ "private": false,

"dependencies": {
"cookies": ">= 0.1.6"
"cookies": ">= 0.2.2"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -15,3 +15,3 @@ {

"child": "app.child",
"child_plural": "plural_not_found0.673282767413184",
"child_plural": "plural_not_found0.8839326044544578",
"friend_context_male": "app.friend_context_male",

@@ -18,0 +18,0 @@ "friend_context_female": "app.friend_context_female",

@@ -13,3 +13,3 @@ {

, "jade": ">=0.0.1"
, "cookies": ">= 0.1.6"
, "cookies": ">= 0.2.2"
}

@@ -16,0 +16,0 @@ , "devDependencies": { }

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