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

@tsdotnet/collection-base

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/collection-base - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist-esm/IterableCollectionBase.js

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

}
/**
* Increments the internal version.
* @private
*/
_incrementVersion() {

@@ -68,0 +72,0 @@ ++this._version;

8

dist/IterableCollectionBase.d.ts

@@ -7,3 +7,3 @@ /*!

export default abstract class IterableCollectionBase<T> {
protected _version: number;
private _version;
/**

@@ -37,3 +37,7 @@ * The version number used to track changes.

*/
protected getCount(): number;
getCount(): number;
/**
* Increments the internal version.
* @private
*/
protected _incrementVersion(): void;

@@ -40,0 +44,0 @@ /**

@@ -69,2 +69,6 @@ "use strict";

}
/**
* Increments the internal version.
* @private
*/
_incrementVersion() {

@@ -71,0 +75,0 @@ ++this._version;

{
"name": "@tsdotnet/collection-base",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -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