New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@symbolic/lib

Package Overview
Dependencies
Maintainers
0
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.223 to 1.0.224

2

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

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

@@ -20,3 +20,3 @@ import _ from 'lodash';

if (productOrder) effectivePricingDate = _.get(productOrder, 'effectivePricingDate', productOrder.created);
if (productOrder) effectivePricingDate = productOrder.effectivePricingDate || productOrder.created;

@@ -23,0 +23,0 @@ var productPricingRuleVersionsCreatedBeforeEffectivePricingDate = _.filter(productPricingRule.versions, (version) => {

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