Socket
Socket
Sign inDemoInstall

klona

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

6

package.json
{
"name": "klona",
"version": "2.0.5",
"version": "2.0.6",
"repository": "lukeed/klona",

@@ -25,2 +25,3 @@ "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",

".": {
"types": "./index.d.ts",
"import": "./dist/index.mjs",

@@ -30,2 +31,3 @@ "require": "./dist/index.js"

"./json": {
"types": "./index.d.ts",
"import": "./json/index.mjs",

@@ -35,2 +37,3 @@ "require": "./json/index.js"

"./lite": {
"types": "./index.d.ts",
"import": "./lite/index.mjs",

@@ -40,2 +43,3 @@ "require": "./lite/index.js"

"./full": {
"types": "./index.d.ts",
"import": "./full/index.mjs",

@@ -42,0 +46,0 @@ "require": "./full/index.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc