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

@nuskin/ns-common-lib

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuskin/ns-common-lib - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

__tests__/locale.spec.js

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# [1.1.0](https://code.tls.nuskin.io/ns-am/platform/ns-common-lib/compare/v1.0.0...v1.1.0) (2020-10-22)
### Chore
* Merge branch 'master' of code.tls.nuskin.io:ns-am/platform/ns-common-lib ([d8aa672](https://code.tls.nuskin.io/ns-am/platform/ns-common-lib/commit/d8aa672d12502b26044edd0748bc766f90f4fe03))
### New
* added getLocaleInfo function ([8add48f](https://code.tls.nuskin.io/ns-am/platform/ns-common-lib/commit/8add48f81a4573d3d0a60dba9d3084d12ef24824))
# 1.0.0 (2020-10-22)

@@ -2,0 +13,0 @@

4

gl-sast-report.json

@@ -16,6 +16,6 @@ {

"type": "sast",
"start_time": "2020-10-22T20:44:33",
"end_time": "2020-10-22T20:45:05",
"start_time": "2020-10-22T21:06:13",
"end_time": "2020-10-22T21:06:44",
"status": "success"
}
}
{
"name": "@nuskin/ns-common-lib",
"version": "1.0.0",
"version": "1.1.0",
"description": "This project contains shared common models and code between the backend and frontend.",

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

@@ -13,2 +13,3 @@ /**

const { arrayDifference } = require("./arrays");
const { getLocaleInfo } = require("./locale");

@@ -22,3 +23,4 @@ module.exports = {

getUrlWithExtention,
arrayDifference
arrayDifference,
getLocaleInfo
};
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