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

@quilted/threads

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quilted/threads - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md
# @quilted/threads
## 0.1.2
### Patch Changes
- [#331](https://github.com/lemonmade/quilt/pull/331) [`efc54f75`](https://github.com/lemonmade/quilt/commit/efc54f75cb29ec4143a8e52f577edff518014a6b) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React types in stricter package managers
## 0.1.1

@@ -4,0 +10,0 @@

5

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -44,4 +44,3 @@ "engines": {

]
},
"readme": "# `@quilted/threads`\n"
}
}

1

source/tests/e2e.test.ts

@@ -0,1 +1,2 @@

import {describe, it, expect} from '@quilted/testing';
import {createThread, targetFromMessagePort} from '..';

@@ -2,0 +3,0 @@ import {MessageChannel} from './utiltiies';

@@ -9,3 +9,3 @@ {

"exclude": ["quilt.project.ts", "*.test.ts", "*.test.tsx"],
"references": [{"path": "../events"}]
"references": [{"path": "../events"}, {"path": "../testing"}]
}

Sorry, the diff of this file is not supported yet

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