Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "callbag", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A standard for JS callbacks", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -12,4 +12,4 @@ export type START = 0; | ||
export type Callbag = (type: number, data: any) => void; | ||
export type Callbag = (type: START | DATA | END, payload?: any) => void; | ||
export type Factory = (...args: Array<any>) => Callbag; | ||
export type Operator = (...args: Array<any>) => (source: Callbag) => Callbag; |
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
22868
7
0
84
13392