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.18 to 1.1.19

2

dist-esm/DisposableBase.js
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ import ObjectDisposedException from './ObjectDisposedException';

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ /* eslint-disable @typescript-eslint/no-use-before-define,@typescript-eslint/no-namespace,no-inner-declarations */

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/
import ObjectDisposedException from './ObjectDisposedException';
import DisposableBase from './DisposableBase';
import dispose from './dispose';
import ObjectDisposedException from './ObjectDisposedException';
export { ObjectDisposedException, dispose, DisposableBase };
export default DisposableBase;
//# sourceMappingURL=index.js.map
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ export default class ObjectDisposedException extends Error {

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ import DisposableAware from './DisposableAware';

"use strict";
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ import Disposable from './Disposable';

"use strict";
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/
import Disposable from './Disposable';
import DisposableAware from './DisposableAware';
import ObjectDisposedException from './ObjectDisposedException';
import DisposableBase from './DisposableBase';
import dispose from './dispose';
import ObjectDisposedException from './ObjectDisposedException';
export { Disposable, DisposableAware, ObjectDisposedException, dispose, DisposableBase };
export default DisposableBase;
"use strict";
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -9,4 +9,2 @@ Object.defineProperty(exports, "__esModule", { value: true });

const tslib_1 = require("tslib");
const ObjectDisposedException_1 = tslib_1.__importDefault(require("./ObjectDisposedException"));
exports.ObjectDisposedException = ObjectDisposedException_1.default;
const DisposableBase_1 = tslib_1.__importDefault(require("./DisposableBase"));

@@ -16,3 +14,5 @@ exports.DisposableBase = DisposableBase_1.default;

exports.dispose = dispose_1.default;
const ObjectDisposedException_1 = tslib_1.__importDefault(require("./ObjectDisposedException"));
exports.ObjectDisposedException = ObjectDisposedException_1.default;
exports.default = DisposableBase_1.default;
//# sourceMappingURL=index.js.map
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -5,0 +5,0 @@ import DisposableAware from './DisposableAware';

"use strict";
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT
* @license MIT
*/

@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

@@ -5,0 +5,0 @@ "author": "electricessence",

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