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.19 to 1.1.20

4

dist/DisposableBase.d.ts

@@ -7,2 +7,6 @@ /*!

export default abstract class DisposableBase implements DisposableAware {
/**
* @private
* @ingore
*/
protected _disposableObjectName: string;

@@ -9,0 +13,0 @@ private readonly __disposableState;

10

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

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

"lint": "eslint src/**/*.ts",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate && git status -s",
"prepublishOnly": "npm run build && run-p validate test",

@@ -44,6 +44,6 @@ "preversion": "run-p lint test",

"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"chai": "^4.2.0",
"copyfiles": "^2.2.0",
"copyfiles": "^2.3.0",
"eslint": "^7.1.0",

@@ -50,0 +50,0 @@ "eslint-config-typescript": "^3.0.0",

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