ts-observer-pattern
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "ts-observer-pattern", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Interfaces to help working with the Observer Pattern", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -6,2 +6,7 @@ import { Observer } from "./Observer" | ||
public constructor() | ||
{ | ||
this.observers = [] | ||
} | ||
public attach(observer: Observer): this | ||
@@ -8,0 +13,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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2230
5
30
1
43