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 0.5.1 to 0.5.2

.npmignore

2

lib/i18next.js

@@ -58,3 +58,3 @@ (function() {

app.get('/i18next/i18next.js', function(req, res) {
var filename = (process.env.NODE_ENV !== 'production' || process.env['DEBUG']) ? __dirname + '/dep/i18next-1.1.js' : __dirname + '/dep/i18next-1.1.min.js';
var filename = (process.env.NODE_ENV !== 'production' || process.env['DEBUG']) ? __dirname + '/dep/i18next-1.1.1.js' : __dirname + '/dep/i18next-1.1.1.min.js';

@@ -61,0 +61,0 @@ fs.readFile(filename, function(err, data) {

(function() {
var i18n = require('./dep/i18next-1.1')
var i18n = require('./dep/i18next-1.1.1')
, url = require('url')

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

@@ -5,3 +5,3 @@ {

, "description": "A i18n middleware for the Express.js framework."
, "version": "0.5.1"
, "version": "0.5.2"
, "repository": {

@@ -8,0 +8,0 @@ "type": "git"

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