Socket
Socket
Sign inDemoInstall

@nuskin/ns-util

Package Overview
Dependencies
243
Maintainers
5
Versions
1729
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.3 to 4.5.4-brw-2656.1

2

package.json
{
"name": "@nuskin/ns-util",
"version": "4.5.3",
"version": "4.5.4-brw-2656.1",
"baseURL": "/",

@@ -5,0 +5,0 @@ "main": "src/util.js",

@@ -116,2 +116,7 @@ import nuskin from './namespace.js'; // import global namespace we can attach to

config.country = country || 'US';
// Fix to keep using runConfig for in_ID when switching to new ID-id locale in CS
// When we move to having a runConfig in CS, we will need to update this
if (config.language === 'id' && config.country.toUpperCase() === 'ID') {
config.language = 'in';
}
}

@@ -118,0 +123,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc