New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@berish/linq

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berish/linq - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

build/index.d.ts

@@ -9,2 +9,3 @@ import * as collection from 'berish-collection';

static isLINQ(data: any): data is LINQ<any>;
toArray(): T[];
clone(): LINQ<T>;

@@ -11,0 +12,0 @@ equals(linq: any[]): boolean;

@@ -18,2 +18,5 @@ "use strict";

}
toArray() {
return new Array(...this);
}
clone() {

@@ -20,0 +23,0 @@ return this.slice(0);

2

package.json
{
"name": "@berish/linq",
"version": "1.0.4",
"version": "1.0.5",
"description": "LINQ - very usefull helper for working with arrays and collections",

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

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