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

@tsdotnet/disposable

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/disposable - npm Package Compare versions

Comparing version 1.1.21 to 1.1.22

4

package.json
{
"name": "@tsdotnet/disposable",
"version": "1.1.21",
"version": "1.1.22",
"description": "A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.",

@@ -19,3 +19,3 @@ "author": "electricessence",

"scripts": {
"build:dist": "rimraf dist/* && copyfiles -u 1 src/**/*.d.ts dist && tsc",
"build:dist": "rimraf dist/* && tsc && copyfiles -u 1 src/**/*.d.ts dist",
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json",

@@ -22,0 +22,0 @@ "build": "pnpm i && run-p build:*",

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