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

@bunt/util

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/util - npm Package Compare versions

Comparing version 0.24.11 to 0.24.20

3

dist/Map/XMap.d.ts

@@ -14,4 +14,5 @@ export declare type XMapArrayFactory<K, V> = (value: V, index: number, array: V[]) => K;

static fromObject<T extends Record<any, any>, K extends keyof T>(values: T, initializer?: XMapInitializer<K, T[K]>): XMap<K, T[K]>;
ensure(key: K, initializer?: XMapInitializer<K, V> | undefined): V;
ensure(key: K): V;
ensure<NV extends V = V>(key: K, initializer: XMapInitializer<K, NV>): NV;
pick(key: K): V | undefined;
}
{
"name": "@bunt/util",
"version": "0.24.11",
"version": "0.24.20",
"keywords": [

@@ -29,3 +29,3 @@ "typescript"

"license": "MIT",
"gitHead": "e59f3252b85e2ebdfd06c039a62f18fe7554afbe"
"gitHead": "8cafe7233aa789c16bb75df8fdc06637a7b1163b"
}

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