Socket
Socket
Sign inDemoInstall

@worldsibu/convector-core-model

Package Overview
Dependencies
15
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.10-0-alpha.74462599 to 1.3.10-0-alpha.32accc48

7

dist/src/convector-model.js

@@ -37,3 +37,8 @@ "use strict";

if ((content && model) && content.type !== new type('').type) {
throw new Error("Possible ID collision, element " + id + " of type " + content.type + " is not " + new type('').type);
if (storageOptions && storageOptions.enforceType) {
throw new Error("Possible ID collision, element " + id + " of type " + content.type + " is not " + new type('').type);
}
else {
console.warn("Possible ID collision, element " + id + " of type " + content.type + " is not " + new type('').type);
}
}

@@ -40,0 +45,0 @@ return [2, model];

6

package.json
{
"name": "@worldsibu/convector-core-model",
"version": "1.3.10-0-alpha.74462599",
"version": "1.3.10-0-alpha.32accc48",
"description": "Convector Model base class",

@@ -53,4 +53,4 @@ "license": "Apache-2.0",

"dependencies": {
"@worldsibu/convector-core-errors": "1.3.10-0-alpha.74462599",
"@worldsibu/convector-core-storage": "1.3.10-0-alpha.74462599",
"@worldsibu/convector-core-errors": "1.3.10-0-alpha.32accc48",
"@worldsibu/convector-core-storage": "1.3.10-0-alpha.32accc48",
"tslib": "^1.9.0",

@@ -57,0 +57,0 @@ "window-or-global": "^1.0.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc