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

kubesail-shipping

Package Overview
Dependencies
Maintainers
2
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.7.0 to 1.8.0

2

package.json
{
"name": "kubesail-shipping",
"version": "1.7.0",
"version": "1.8.0",
"description": "KubeSail Shipping and Tax Cost logic",

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

module.exports = [
{
sku: '2-bay-plug-and-play',
skuUS: 'PIBOX2-1X2-US',
skuEU: null,
shipBobInventoryID: 15236483, // used for US Only
shortName: 'Plug and Play PiBox',
bays: 2,
price: { USD: 52900, GBP: 44500, EUR: 53900 },
price: { USD: 49900, GBP: 44500, EUR: 49900 },
// RAW: 529USD => 390GBP => 466EUR

@@ -16,9 +19,11 @@ // FAIR: 529 => 399 => 469

],
shipBobInventoryID: 15236483,
},
{
sku: '2-bay-standard',
skuUS: '196852927487',
skuEU: 'PIBOX2-SB-EU',
shipBobInventoryID: 15232227, // used for US Only
shortName: 'Standard PiBox',
bays: 2,
price: { USD: 31900, GBP: 26900, EUR: 31900 },
price: { USD: 29900, GBP: 26900, EUR: 29900 },
// RAW: 299USD => 220GBP => 264EUR

@@ -33,3 +38,2 @@ // FAIR: 299 => 229 => 269

],
shipBobInventoryID: 15232227,
},

@@ -40,3 +44,3 @@ {

bays: 2,
price: { USD: 15900, GBP: 12900, EUR: 14900 },
price: { USD: 14900, GBP: 12900, EUR: 14900 },
// RAW: 159USD => 117GBP => 140EUR

@@ -46,5 +50,5 @@ // FAIR: 159 => 125 => 149

description: [
'The Standard PiBox, but you provide your own:',
'Raspberry Pi CM4, Fan, and WiFi antenna',
'Some assembly required!',
'The Standard PiBox, but you provide your own Raspberry Pi CM4',
'Some assembly required',
'Basic Linux knowledge recommended',
],

@@ -51,0 +55,0 @@ },

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