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.12 to 1.1.13

1

dist/dispose.js

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.using = exports.dispose = void 0;
/* eslint-disable @typescript-eslint/no-use-before-define,@typescript-eslint/no-namespace,no-inner-declarations */

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DisposableBase = exports.dispose = exports.ObjectDisposedException = void 0;
const tslib_1 = require("tslib");

@@ -9,0 +10,0 @@ const ObjectDisposedException_1 = tslib_1.__importDefault(require("./ObjectDisposedException"));

16

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

@@ -21,7 +21,7 @@ "author": "electricessence",

"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json",
"build": "npm install && run-p build:*",
"build": "npm i && run-p build:*",
"bump": "npm run precommit && npm version patch",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none --theme minimal && node ./.build/create-nojekyll.js",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none && node ./.build/create-nojekyll.js",
"lint": "eslint src/**/*.ts",
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate",
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate",
"prepublishOnly": "npm run build && run-p validate test",

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

"@types/jasmine": "^3.5.10",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"copyfiles": "^2.2.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-typescript": "^3.0.0",

@@ -57,4 +57,4 @@ "eslint-plugin-import": "^2.20.2",

"typedoc": "^0.17.6",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
}
}

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

# ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30&v=5 "tsdotnet") tsdotnet / disposable
# ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30 "tsdotnet") tsdotnet / disposable

@@ -3,0 +3,0 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/disposable/blob/master/LICENSE)

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