@comunica/core
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -26,3 +26,3 @@ "use strict"; | ||
constructor(args) { | ||
require('lodash.assign')(this, args); | ||
Object.assign(this, args); | ||
} | ||
@@ -29,0 +29,0 @@ } |
@@ -36,3 +36,3 @@ "use strict"; | ||
this.beforeActors = []; | ||
require('lodash.assign')(this, args); | ||
Object.assign(this, args); | ||
this.bus.subscribe(this); | ||
@@ -39,0 +39,0 @@ if (this.beforeActors.length > 0) { |
@@ -32,3 +32,3 @@ "use strict"; | ||
this.dependencyLinks = new Map(); | ||
require('lodash.assign')(this, args); | ||
Object.assign(this, args); | ||
} | ||
@@ -35,0 +35,0 @@ /** |
@@ -33,3 +33,3 @@ "use strict"; | ||
constructor(args) { | ||
require('lodash.assign')(this, args); | ||
Object.assign(this, args); | ||
} | ||
@@ -36,0 +36,0 @@ /** |
{ | ||
"name": "@comunica/core", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Lightweight, semantic and modular actor framework", | ||
@@ -42,5 +42,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core", | ||
"dependencies": { | ||
"@types/lodash.assign": "^4.2.3", | ||
"immutable": "^3.8.2", | ||
"lodash.assign": "^4.2.0" | ||
"immutable": "^3.8.2" | ||
}, | ||
@@ -69,3 +67,3 @@ "jest": { | ||
}, | ||
"gitHead": "6517367d95ef072468bfc0d88cf3a27f6d25a145" | ||
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
50199
- Removed@types/lodash.assign@^4.2.3
- Removedlodash.assign@^4.2.0
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash.assign@4.2.9(transitive)
- Removedlodash.assign@4.2.0(transitive)