Comparing version 1.6.4 to 1.6.5
@@ -26,3 +26,3 @@ import { Observable } from "observable-fns"; | ||
constructor(init) { | ||
super(originalObserver => { | ||
super((originalObserver) => { | ||
// tslint:disable-next-line no-this-assignment | ||
@@ -29,0 +29,0 @@ const self = this; |
@@ -29,3 +29,3 @@ "use strict"; | ||
constructor(init) { | ||
super(originalObserver => { | ||
super((originalObserver) => { | ||
// tslint:disable-next-line no-this-assignment | ||
@@ -32,0 +32,0 @@ const self = this; |
{ | ||
"name": "threads", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Web workers & worker threads as simple as a function call", | ||
@@ -72,3 +72,3 @@ "license": "MIT", | ||
"is-observable": "^2.1.0", | ||
"observable-fns": "^0.5.1" | ||
"observable-fns": "^0.6.1" | ||
}, | ||
@@ -75,0 +75,0 @@ "devDependencies": { |
@@ -94,2 +94,4 @@ <h1 align="center"> | ||
Note: You'll need to be using Typescript version 4+, as the types generated by threads.js are not supported in Typescript 3. | ||
Make sure the TypeScript compiler keeps the `import` / `export` statements intact, so webpack resolves them. Otherwise the `threads-plugin` won't be able to do its job. | ||
@@ -96,0 +98,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
177660
139531
228
+ Addedobservable-fns@0.6.1(transitive)
- Removedobservable-fns@0.5.1(transitive)
Updatedobservable-fns@^0.6.1