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.1.2--canary.27.5822301571.0 to 2.2.0--canary.27.5822723689.0

2

build/collections.d.ts

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

constructor(val: ReadonlyArray<T>);
asSet(): Set<T>;
distinctAsSet(): Set<T>;
writableValue(): Array<T>;

@@ -36,0 +36,0 @@ value(): ReadonlyArray<T>;

@@ -101,3 +101,3 @@ "use strict";

}
asSet() {
distinctAsSet() {
return new Set(this.val);

@@ -104,0 +104,0 @@ }

{
"name": "@opencreek/ext",
"version": "2.1.2--canary.27.5822301571.0",
"version": "2.2.0--canary.27.5822723689.0",
"description": "",

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

@@ -180,3 +180,3 @@ import {

asSet(): Set<T> {
distinctAsSet(): Set<T> {
return new Set(this.val)

@@ -183,0 +183,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