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

@symbolic/lib

Package Overview
Dependencies
Maintainers
5
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/lib - npm Package Compare versions

Comparing version 1.0.196 to 1.0.197

2

package.json
{
"name": "@symbolic/lib",
"version": "1.0.196",
"version": "1.0.197",
"description": "plain js utilities",

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

@@ -28,2 +28,16 @@ import memo from '../memo';

console.log(productOptionId);
// if (_.includes([850], productInstance.orgId)) { //HINT: MNA backlit engraving rule
// var isMultilineIncompatiblePlateSize = _.get(productInstance, 'properties.6.optionId', 0) === 21;
// var isMultilineIncompatibleLayoutType = _.includes([9, 221, 220, 67], _.get(productInstance, 'properties.4.optionId', 0));
// if (isMultilineIncompatiblePlateSize
// && isMultilineIncompatibleLayoutType
// && productProperty.id === 26
// ) {
// console.log('hello world');
// _.filter(compatibleProductOptions, compatibleProductOption => compatibleProductOption.id !== 139);
// }
// }
return isValidOption;

@@ -30,0 +44,0 @@ })

Sorry, the diff of this file is too big to display

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