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
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.219 to 1.0.220

2

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

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

@@ -69,3 +69,3 @@ import _ from "lodash";

number += (usedTextEngravingsCount - 1) * props.subsequentEngravingPrice;
number += (usedEngravingCount - 1) * props.subsequentEngravingPrice;
}

@@ -75,3 +75,3 @@ if (usedSymbolEngravingsCount > 0) {

number += (usedSymbolEngravingsCount - 1) * props.symbolEngravings.subsequentEngravingPrice;
number += (usedEngravingCount - 1) * props.symbolEngravings.subsequentEngravingPrice;
}

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