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.0.0 to 2.0.1--canary.24.5740933402.0

1

build/collections.d.ts

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

filterEntries(filter: (key: K, value: T) => boolean): ObjectChain<K, T>;
toObject(): Record<K, T>;
}

@@ -25,0 +26,0 @@ export declare class Chain<T> {

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

}
toObject() {
return this.val;
}
}

@@ -97,0 +100,0 @@ exports.ObjectChain = ObjectChain;

2

package.json
{
"name": "@opencreek/ext",
"version": "2.0.0",
"version": "2.0.1--canary.24.5740933402.0",
"description": "",

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

@@ -162,2 +162,6 @@ import {

}
toObject(): Record<K, T> {
return this.val
}
}

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