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

@vivlab/api-database

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivlab/api-database - npm Package Compare versions

Comparing version 1.0.82 to 1.0.83

4

dist/database/checkout/calculation.js

@@ -105,5 +105,5 @@ "use strict";

percent_off,
discount: percent_off != null
discount: Math.ceil(percent_off != null
? (amountDiscountable * percent_off) / 1e2
: Math.min(amountDiscountable, amount_off || 0)
: Math.min(amountDiscountable, amount_off || 0))
};

@@ -110,0 +110,0 @@ }

{
"name": "@vivlab/api-database",
"version": "1.0.82",
"version": "1.0.83",
"description": "",

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

Sorry, the diff of this file is not supported yet

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