@nuskin/ns-common-lib
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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 @@ |
@@ -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 | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15567
21
401