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

@opencreek/ext

Package Overview
Dependencies
Maintainers
2
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 1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0 to 1.4.0--canary.6.ec7de86a46e38f377f8ec7bfdc793bbafff30958.0

2

build/objects.d.ts

@@ -6,3 +6,3 @@ declare global {

takeUnless<T>(this: NonNullable<T>, predicate: (thiz: NonNullable<T>) => boolean): T | undefined;
mapValues<T, Key extends keyof T, O>(thiz: Readonly<Record<Key, T>>, transformer: (value: T) => O): Record<Key, O>;
mapValues<T, Key extends keyof T, O>(this: Readonly<Record<Key, T>>, transformer: (value: T) => O): Record<Key, O>;
}

@@ -9,0 +9,0 @@ }

{
"name": "@opencreek/ext",
"version": "1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0",
"version": "1.4.0--canary.6.ec7de86a46e38f377f8ec7bfdc793bbafff30958.0",
"description": "",

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

@@ -47,3 +47,3 @@ import { mapValues } from "@opencreek/deno-std-collections"

mapValues<T, Key extends keyof T, O>(
thiz: Readonly<Record<Key, T>>,
this: Readonly<Record<Key, T>>,
transformer: (value: T) => O

@@ -50,0 +50,0 @@ ): Record<Key, O>

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