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

@nodl/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodl/core - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

build/Connection/Connection.js

@@ -41,4 +41,5 @@ "use strict";

dispose() {
var _a;
this.unsubscribe();
this.subscription.unsubscribe();
(_a = this.subscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
this.from.connections = this.from.connections.filter(connection => connection !== this);

@@ -45,0 +46,0 @@ this.to.connection = null;

{
"name": "@nodl/core",
"version": "1.0.6",
"version": "1.0.7",
"description": "Core implementation of the Nodl framework",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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