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

@nuskin/ns-product-lib

Package Overview
Dependencies
Maintainers
5
Versions
494
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.1 to 1.4.2-cx15-4839.1

7

CHANGELOG.md

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

## [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)
### Fix
* added support for restrictedMarkets and addOns fields to product data response (#CX15-4839) ([43c0346](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/43c03462950d655aa1dab096143b2e1d909bc6f6)), closes [#CX15-4839](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX15-4839)
## [1.4.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v1.4.0...v1.4.1) (2022-03-31)

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

2

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

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

@@ -517,2 +517,4 @@ "use strict";

retData.marketAttributes = this.marketAttributes;
retData.restrictedMarkets = this.restrictedMarkets;
retData.addOns = this.addOns;

@@ -519,0 +521,0 @@ return retData;

@@ -54,2 +54,6 @@ "use strict";

}
if (marketData.addOns) {
product.addOns = marketData.addOns;
}
}

@@ -56,0 +60,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