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

@azure-tools/linq

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-tools/linq - npm Package Compare versions

Comparing version 3.0.117 to 3.0.118

1

dist/main.d.ts

@@ -18,2 +18,3 @@ export * from './freeze';

bifurcate(predicate: (each: T) => boolean): Array<Array<T>>;
concat(more: Iterable<T>): Linqable<T>;
distinct(selector?: (each: T) => any): Linqable<T>;

@@ -20,0 +21,0 @@ first(predicate?: (each: T) => boolean): T | undefined;

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

bifurcate: bifurcate.bind(iterable),
concat: concat.bind(iterable),
distinct: distinct.bind(iterable),

@@ -34,0 +35,0 @@ first: first.bind(iterable),

2

package.json
{
"name": "@azure-tools/linq",
"version": "3.0.117",
"version": "3.0.118",
"description": "LINQ-like functionality for Typescript.",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

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