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

@opencreek/ext

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencreek/ext - npm Package Compare versions

Comparing version 2.4.0--canary.29.5961291714.0 to 2.4.0--canary.29.5961337857.0

2

build/collections.d.ts

@@ -40,3 +40,3 @@ type PairSplit<T> = T extends [infer F, infer L] ? [Chain<F>, Chain<L>] : never;

chunk(size: number): Chain<T[]>;
concat(other: IterableIterator<T>): Chain<T>;
concat(other: Iterable<T>): Chain<T>;
distinct(): Chain<T>;

@@ -43,0 +43,0 @@ distinctBy<D>(selector: (el: T) => D): Chain<T>;

{
"name": "@opencreek/ext",
"version": "2.4.0--canary.29.5961291714.0",
"version": "2.4.0--canary.29.5961337857.0",
"description": "",

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

@@ -222,3 +222,3 @@ import {

concat(other: IterableIterator<T>): Chain<T> {
concat(other: Iterable<T>): Chain<T> {
return new Chain([...this.val, ...other])

@@ -225,0 +225,0 @@ }

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