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

@tobes31415/dispose

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tobes31415/dispose - npm Package Compare versions

Comparing version 4.0.1 to 4.0.3

16

docs/modules.md

@@ -41,3 +41,3 @@ [@tobes31415/dispose](README.md) / Exports

Defined in: [gc.ts:57](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L57)
Defined in: [gc.ts:57](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L57)

@@ -66,3 +66,3 @@ ___

Defined in: [gc.ts:34](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L34)
Defined in: [gc.ts:34](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L34)

@@ -91,3 +91,3 @@ ___

Defined in: [gc.ts:48](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L48)
Defined in: [gc.ts:48](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L48)

@@ -119,3 +119,3 @@ ___

Defined in: [gc.ts:70](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L70)
Defined in: [gc.ts:70](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L70)

@@ -146,3 +146,3 @@ ___

Defined in: [gc.ts:84](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L84)
Defined in: [gc.ts:84](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L84)

@@ -171,3 +171,3 @@ ___

Defined in: [gc.ts:100](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L100)
Defined in: [gc.ts:100](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L100)

@@ -196,3 +196,3 @@ ___

Defined in: [gc.ts:92](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L92)
Defined in: [gc.ts:92](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L92)

@@ -222,2 +222,2 @@ ___

Defined in: [gc.ts:139](https://github.com/tobes31415/dispose/blob/f90f4c8/src/gc.ts#L139)
Defined in: [gc.ts:139](https://github.com/tobes31415/dispose/blob/fc37d93/src/gc.ts#L139)
{
"name": "@tobes31415/dispose",
"version": "4.0.1",
"version": "4.0.3",
"description": "Dispose objects using the decorator pattern",

@@ -24,3 +24,3 @@ "main": "lib/gc-commonjs.min.js",

"bundle-cjs": "esbuild src/index.ts --minify --format=cjs --bundle --outfile=lib/gc-commonjs.min.js",
"bundle-esm": "esbuild src/*.ts --format=esm --outdir=lib",
"bundle-esm": "esbuild src/index.ts src/gc.ts --format=esm --outdir=lib",
"flowgen": "run-p flowgen:*",

@@ -79,2 +79,2 @@ "flowgen:gc": "flowgen flow/gc.d.ts -o lib/gc-commonjs.min.js.flow",

"dependencies": {}
}
}
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