Comparing version 1.0.12 to 1.0.13
{ | ||
"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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43717
1253
0