Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "wonka", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Phil Pluckthun <phil@kitten.sh>", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.js", |
@@ -12,2 +12,3 @@ import { List, Sink, Source, Operator, Observer, Subject } from './wonka_types'; | ||
export const tap: <A>(f: (value: A) => void) => Operator<A, A>; | ||
export const map: <A, B>(f: (value: A) => B) => Operator<A, B>; | ||
@@ -14,0 +15,0 @@ export const filter: <A>(f: (value: A) => boolean) => Operator<A, A>; |
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
341908
7660