Socket
Socket
Sign inDemoInstall

klona

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klona - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

16

index.d.ts

@@ -1,1 +0,15 @@

export function klona<T>(input: T): T;
declare module 'klona' {
export function klona<T>(input: T): T;
}
declare module 'klona/lite' {
export function klona<T>(input: T): T;
}
declare module 'klona/json' {
export function klona<T>(input: T): T;
}
declare module 'klona/full' {
export function klona<T>(input: T): T;
}

2

package.json
{
"name": "klona",
"version": "2.0.1",
"version": "2.0.2",
"repository": "lukeed/klona",

@@ -5,0 +5,0 @@ "description": "A tiny (240B to 507B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",

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