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.5 to 1.0.6

2

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

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

module.exports = [
{
name: 'Plug and Play, 2 Bay',
styleName: (
<>
<span className={styles.pink}>2 Bay</span> Plug + Play PiBox
</>
),
sku: '2-bay-plug-and-play',
shortName: 'Plug and Play PiBox',
bays: 2,
price: { USD: 49900, GBP: 49900, EUR: 49900 },

@@ -18,8 +15,5 @@ description: [

{
name: 'Standard, 2 Bay',
styleName: (
<>
<span className={styles.pink}>2 Bay</span> Standard PiBox
</>
),
sku: '2-bay-standard',
shortName: 'Standard PiBox',
bays: 2,
price: { USD: 29900, GBP: 29900, EUR: 29900 },

@@ -34,8 +28,5 @@ description: [

{
name: 'Hacker, 2 Bay',
styleName: (
<>
<span className={styles.pink}>2 Bay</span> Hacker PiBox
</>
),
sku: '2-bay-hacker',
shortName: 'Hacker PiBox',
bays: 2,
price: { USD: 15900, GBP: 15900, EUR: 15900 },

@@ -48,10 +39,7 @@ description: [

{
name: '5 Bay',
styleName: (
<>
<span className={styles.blue}>5 Bay</span> PiBox
</>
),
sku: '5-bay',
shortName: 'PiBox',
bays: 5,
description: ['5 Full-Size Hard Drive Bays', 'Product announcement late 2022'],
},
]
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