Socket
Socket
Sign inDemoInstall

@nuskin/ns-product-lib

Package Overview
Dependencies
Maintainers
5
Versions
491
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.4.2-cx15-4839.1 to 1.4.2-cx15-4839.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.2-cx15-4839.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v1.4.2-cx15-4839.1...v1.4.2-cx15-4839.2) (2022-04-07)
### Fix
* made restrictedMarkets default to [] (#CX15-4839) ([110db9d](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/110db9d30a38727ff42931b840c9325380638b4c)), closes [#CX15-4839](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX15-4839)
## [1.4.2-cx15-4839.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v1.4.1...v1.4.2-cx15-4839.1) (2022-04-07)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@nuskin/ns-product-lib",
"version": "1.4.2-cx15-4839.1",
"version": "1.4.2-cx15-4839.2",
"description": "This project contains shared Product models and code between the backend and frontend.",

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

@@ -19,2 +19,3 @@ "use strict";

this.addOns = [];
this.restrictedMarkets = [];
this.productCarouselImages = [];

@@ -627,2 +628,3 @@ this.locallyProduced = false;

this.addOns = productData.addOns || [];
this.restrictedMarkets = productData.restrictedMarkets || [];

@@ -629,0 +631,0 @@ if (data.priceType) {

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