Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kubesail-shipping

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kubesail-shipping - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -26,5 +26,5 @@ const countryVat = require('country-vat')

let currency = 'DOLLAR'
if (euMember(countryCode)) currency = 'EURO'
else if (countryCode === 'UK') currency = 'POUND'
let currency = 'USD'
if (euMember(countryCode)) currency = 'EUR'
else if (countryCode === 'UK') currency = 'GBP'

@@ -31,0 +31,0 @@ let shippingCost = 0

{
"name": "kubesail-shipping",
"version": "1.0.4",
"version": "1.0.5",
"description": "KubeSail Shipping and Tax Cost logic",

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

@@ -9,3 +9,3 @@ module.exports = [

),
price: { USD: 499, GBP: 499, EUR: 499 },
price: { USD: 49900, GBP: 49900, EUR: 49900 },
description: [

@@ -25,3 +25,3 @@ 'Standard PiBox, plus:',

),
price: { USD: 299, GBP: 299, EUR: 299 },
price: { USD: 29900, GBP: 29900, EUR: 29900 },
description: [

@@ -41,3 +41,3 @@ 'Raspberry Pi CM4 w/ 8GB RAM, 8GB eMMC, WiFi',

),
price: { USD: 159, GBP: 159, EUR: 159 },
price: { USD: 15900, GBP: 15900, EUR: 15900 },
description: [

@@ -44,0 +44,0 @@ 'The Standard PiBox, but you provide your own:',

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