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

@groupby/beacon-models

Package Overview
Dependencies
Maintainers
14
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupby/beacon-models - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript interfaces and types for the beacons GroupBy systems receive.",

@@ -10,0 +10,0 @@ "scripts": {

@@ -92,4 +92,4 @@ "use strict";

properties: {
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] },
},

@@ -96,0 +96,0 @@ },

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

title: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true },
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] },
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true },
margin: { type: 'number', optional: true },

@@ -23,0 +23,0 @@ price: { type: 'number', optional: true },

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

title: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'] },
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim', 'lower'], optional: true },
sku: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true },
productId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'] },
parentId: { type: 'string', maxLength: constants_1.MAX_STR_LENGTH, rules: ['trim'], optional: true },
margin: { type: 'number', optional: true },

@@ -23,0 +23,0 @@ price: { type: 'number', optional: true },

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