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

@algorithm.ts/types

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algorithm.ts/types - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [3.1.1](https://github.com/guanghechen/algorithm.ts/compare/@algorithm.ts/types@3.1.0...@algorithm.ts/types@3.1.1) (2023-06-10)
### Performance Improvements
* 🎨 add new type IReadonlyCollection ([399b35d](https://github.com/guanghechen/algorithm.ts/commit/399b35d4d14fbf81579cb3fd93f8d0c691ba720a))
* ⬆️ upgrade dependencies ([c555512](https://github.com/guanghechen/algorithm.ts/commit/c55551269eda0f98e75fca3fb862ce122b1a4889))
# 3.1.0 (2023-05-13)

@@ -8,0 +20,0 @@

10

lib/types/index.d.ts

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

interface ICollection<T> extends Iterable<T> {
interface IReadonlyCollection<T> {
/**

@@ -8,2 +8,8 @@ * Count the element in the collection.

/**
* Iterable.
*/
[Symbol.iterator](): IterableIterator<T>;
}
interface ICollection<T> extends IReadonlyCollection<T> {
/**
* Release memory.

@@ -73,2 +79,2 @@ */

export { DeepReadonly, IAdjacentList, ICollection, ICompare, IDigraph, IDigraphEdge, IEquals, IOperator, Mutable, PickPartial };
export { DeepReadonly, IAdjacentList, ICollection, ICompare, IDigraph, IDigraphEdge, IEquals, IOperator, IReadonlyCollection, Mutable, PickPartial };

12

package.json
{
"name": "@algorithm.ts/types",
"version": "3.1.0",
"version": "3.1.1",
"description": "Common types for the algorithm.ts packages.",

@@ -11,6 +11,6 @@ "author": {

"type": "git",
"url": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x",
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0",
"directory": "packages/types"
},
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/types#readme",
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0/packages/types#readme",
"type": "module",

@@ -45,6 +45,6 @@ "exports": {

"jest": "^29.5.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.6"
"rimraf": "^5.0.1",
"rollup": "^3.24.1"
},
"gitHead": "c2d4f73cd5143f56c334bf9736df5d61b0e5dec9"
"gitHead": "a47ef12836f8878f7fdf49e1930d0dd6b3a349bc"
}
<header>
<h1 align="center">
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0/packages/types#readme">@algorithm.ts/types</a>
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.1/packages/types#readme">@algorithm.ts/types</a>
</h1>

@@ -84,2 +84,2 @@ <div align="center">

[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0/packages/types#readme
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.1/packages/types#readme
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