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

blac

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blac - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "blac",
"version": "1.0.12",
"version": "1.0.13",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -84,4 +84,6 @@ import { Blac, BlacEvent } from './Blac';

handleUnsubscribe = (callback: BlacObserver<S>): void => {
this.observer.unsubscribe(callback);
this.blac.report(BlacEvent.LISTENER_REMOVED, this);
setTimeout(() => {
this.observer.unsubscribe(callback);
this.blac.report(BlacEvent.LISTENER_REMOVED, this);
}, 0);
};

@@ -88,0 +90,0 @@

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