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

@vendure/common

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vendure/common - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

2

lib/generated-shop-types.d.ts

@@ -1583,3 +1583,3 @@ export declare type Maybe<T> = T | null;

enabled: Scalars['Boolean'];
value: Scalars['Int'];
value: Scalars['Float'];
category: TaxCategory;

@@ -1586,0 +1586,0 @@ zone: Zone;

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

if (recursive) {
return Object.assign({}, output, { [key]: omit(obj[key], keysToOmit, true) });
return Object.assign(Object.assign({}, output), { [key]: omit(obj[key], keysToOmit, true) });
}
return Object.assign({}, output, { [key]: obj[key] });
return Object.assign(Object.assign({}, output), { [key]: obj[key] });
}, {});

@@ -20,0 +20,0 @@ }

{
"name": "@vendure/common",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",

@@ -10,3 +10,4 @@ "license": "MIT",

"lint": "tslint --fix --project ./",
"test": "jest --config ./jest.config.js"
"test": "jest --config ./jest.config.js",
"ci": "yarn build"
},

@@ -24,3 +25,3 @@ "publishConfig": {

},
"gitHead": "37b0931938178fa671833269c3f14bc5c27e457f"
"gitHead": "c6137bfd00563a66bb9768b0d0e002736d1d4d59"
}

Sorry, the diff of this file is too big to display

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