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

keyweaver

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyweaver - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.d.ts

@@ -6,4 +6,4 @@ type NestedArray = Array<PrimitiveOrNested> | ReadonlyArray<PrimitiveOrNested>;

type PrimitiveOrNested = boolean | string | number | undefined | null | bigint | Date | NestedObject | NestedArray;
declare const toKey: (value: PrimitiveOrNested) => string;
declare const toKey: <T extends PrimitiveOrNested>(value: T) => string;
export { toKey as default };
export { type PrimitiveOrNested, toKey as default };
{
"name": "keyweaver",
"version": "1.0.0",
"version": "1.0.1",
"author": "Andrii Dubetskyi",

@@ -5,0 +5,0 @@ "description": "Generate unique string keys from nested data structures",

Sorry, the diff of this file is not supported yet

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