Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluxible-plugin-locale-counterpart

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible-plugin-locale-counterpart - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

fluxible-plugin-locale-counterpart.iml

4

lib/locale-counterpart-plugin.js

@@ -11,3 +11,3 @@ var translate = require('counterpart');

if(options.req) {
translate.setLocale(options.req.cookies.locale);
translate.setLocale(options.req.cookies.locale || 'en');
}

@@ -26,3 +26,3 @@

return {
locale: options.req.cookies.locale
locale: options.req.cookies.locale || 'en'
};

@@ -29,0 +29,0 @@ },

{
"name": "fluxible-plugin-locale-counterpart",
"version": "0.0.2",
"version": "0.0.3",
"description": "counterpart locale setting plugin for fluxible",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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