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.200 to 1.0.201

2

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

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

@@ -0,1 +1,2 @@

import memo from '../memo';
import _ from "lodash";

@@ -17,4 +18,4 @@

return backlitEngravingOptionIsValid;
return {backlitEngravingOptionIsValid};
}
}
import memo from '../memo';
import getIsValidBacklitEngraving from './meljac/get-is-valid-backlit-engraving';
import { products } from '@symbolic/lib';
var {getIsValidBacklitEngraving} = products.meljac;
export default function __getHelper({shouldMemo}, {productRulesFor, evaluateProductRule}) {

@@ -5,0 +7,0 @@ function productOptionsForProperty({productProperty, productInstance}, {productRulesById, productOptionsById, productsById}) {

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