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-cx15-6896.1

4

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

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

"setupFiles": [
"jest-localstorage-mock",
"./__mocks__/globals.js"

@@ -74,3 +73,2 @@ ],

"jest-environment-jsdom-global": "1.1.0",
"jest-localstorage-mock": "2.2.0",
"jest-sonar-reporter": "2.0.0",

@@ -77,0 +75,0 @@ "jquery": "3.3.1",

@@ -14,3 +14,3 @@ // This module can be bundled into a package for better reusability.

};
const http = axios.create({ baseURL, headers });
const http = (axios.create || axios.default.create)({ baseURL, headers });

@@ -17,0 +17,0 @@ // in-memory caching

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