Socket
Socket
Sign inDemoInstall

@nuskin/ns-util

Package Overview
Dependencies
Maintainers
5
Versions
1730
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuskin/ns-util - npm Package Compare versions

Comparing version 3.107.1-cx16-7895.7 to 3.107.1-cx16-7895.8

4

package.json
{
"name": "@nuskin/ns-util",
"version": "3.107.1-cx16-7895.7",
"version": "3.107.1-cx16-7895.8",
"baseURL": "/",

@@ -47,3 +47,3 @@ "main": "src/util.js",

"devDependencies": {
"@nuskin/configuration-sdk": "1.0.2-cx16-7895.4",
"@nuskin/configuration-sdk": "1.0.3-cx16-7895.6",
"@nuskin/ns-jsanalyzer": "1.0.1",

@@ -50,0 +50,0 @@ "axios-mock-adapter": "1.18.2",

@@ -83,2 +83,3 @@

CONFIGURATION_SET: "CONFIGURATION_SET", // legacy configuration event, so I am keeping the string value the same, just in case.
CS_CONFIG_SET: "cs-config-loaded", // constentStack configuration event.
DEVELEMENT_MODE: "DEVELEMENT_MODE", // legacy configuration event, so I am keeping the string value the same, just in case.

@@ -85,0 +86,0 @@ STRINGS_SERVICES_LOADED: ns + "stringsServicesLoaded",

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

import SitesSessionStorageService from './sitesSessionStorageService.js';
import event from './event';
import TdcStrings from './tdcStrings';

@@ -85,3 +86,6 @@ import UrlService from './urlService';

$(()=> this.onLoad());
event.getValue(event.global.CS_CONFIG_SET, () => {
this.onLoad();
})
// $(()=> this.onLoad());
}

@@ -88,0 +92,0 @@

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