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

@ts-common/iterator

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/iterator - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

1

index.d.ts

@@ -26,1 +26,2 @@ import { Tuple2 } from "@ts-common/tuple";

export declare function arrayEqual<T>(a: ReadonlyArray<T> | undefined, b: ReadonlyArray<T> | undefined, e: (ai: T, bi: T) => boolean): boolean;
export declare function isArray<T, U>(v: ReadonlyArray<T> | U): v is ReadonlyArray<T>;

@@ -187,1 +187,5 @@ "use strict";

exports.arrayEqual = arrayEqual;
function isArray(v) {
return v instanceof Array;
}
exports.isArray = isArray;

2

package.json
{
"name": "@ts-common/iterator",
"version": "0.0.27",
"version": "0.0.28",
"description": "Iterator library for JavaScript and TypeScript",

@@ -5,0 +5,0 @@ "main": "index.js",

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