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

@comunica/core

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/core - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

2

lib/ActionObserver.js

@@ -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"
}
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