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.3.1--canary.6.da163693e90c14a2fdd7a13a02b7c14b18552d77.0 to 1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0

2

package.json
{
"name": "@opencreek/ext",
"version": "1.3.1--canary.6.da163693e90c14a2fdd7a13a02b7c14b18552d77.0",
"version": "1.4.0--canary.6.1ae99ea59e3ae6d303b8cfd3093edcb64ec1d387.0",
"description": "",

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

@@ -46,4 +46,7 @@ import { mapValues } from "@opencreek/deno-std-collections"

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>(
thiz: Readonly<Record<Key, T>>,
transformer: (value: T) => O
): Record<Key, O>
}
}

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