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

@vtex/lean-shipping-calculator

Package Overview
Dependencies
Maintainers
53
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/lean-shipping-calculator - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

lib/lib/lib/changeActiveSlas.js

6

lib/utils.js

@@ -203,2 +203,6 @@ "use strict";

function removeAddressValidation(address) {
if (address == null) {
return {};
}
var newAddressEntries = Object.entries(address).map(function (_ref3) {

@@ -209,3 +213,3 @@ var _ref4 = _slicedToArray(_ref3, 2),

var newValue = value.value == null ? _typeof(value) === 'object' ? null : value : value.value;
var newValue = value == null || value.value == null ? _typeof(value) === 'object' ? null : value : value.value;
return [key, newValue];

@@ -212,0 +216,0 @@ });

2

package.json
{
"name": "@vtex/lean-shipping-calculator",
"version": "0.2.16",
"version": "0.2.17",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "files": [

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