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.2 to 0.1.3

6

CHANGELOG.md
# @quilted/threads
## 0.1.3
### Patch Changes
- [#359](https://github.com/lemonmade/quilt/pull/359) [`2eceac54`](https://github.com/lemonmade/quilt/commit/2eceac546fa3ee3e2c4d2887ab4a6a021acb52cd) Thanks [@lemonmade](https://github.com/lemonmade)! - Update TypeScript and ESLint to latest versions
## 0.1.2

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

4

package.json

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

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

@@ -22,2 +22,4 @@ "engines": {

".": {
"types": "./build/typescript/index.d.ts",
"quilt:from-source": "./source/index.ts",
"quilt:esnext": "./build/esnext/index.esnext",

@@ -24,0 +26,0 @@ "import": "./build/esm/index.mjs",

@@ -50,4 +50,3 @@ import type {RELEASE_METHOD, RETAIN_METHOD, RETAINED_BY} from './constants';

? readonly ThreadSafeReturnType<ArrayElement>[]
: // eslint-disable-next-line @typescript-eslint/ban-types
T extends object
: T extends object
? {[K in keyof T]: ThreadSafeReturnType<T[K]>}

@@ -54,0 +53,0 @@ : T;

Sorry, the diff of this file is not supported yet

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