Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

threads

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

threads - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

2

dist-esm/observable-promise.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc