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.0 to 2.0.1

21

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

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

],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./json": {
"import": "./json/index.mjs",
"require": "./json/index.js"
},
"./lite": {
"import": "./lite/index.mjs",
"require": "./lite/index.js"
},
"./full": {
"import": "./full/index.mjs",
"require": "./full/index.js"
},
"./package.json": "./package.json"
},
"modes": {

@@ -25,0 +44,0 @@ "json": "src/json.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