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

deep-clone-fn

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-clone-fn - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

index.cjs

3

deep-clone-fn.js

@@ -1,3 +0,2 @@

/* eslint-disable @typescript-eslint/no-unsafe-assignment */
/* eslint-disable @typescript-eslint/ban-types */
/* eslint-disable @typescript-eslint/no-unsafe-assignment, @typescript-eslint/ban-types */
import rfdc from 'rfdc';

@@ -4,0 +3,0 @@ const clone = rfdc();

@@ -0,2 +1,2 @@

export type { DeepCloneFunctionOptions } from './deep-clone-fn.js';
export { default } from './deep-clone-fn.js';
export type { DeepCloneFunctionOptions } from './deep-clone-fn.js';
{
"name": "deep-clone-fn",
"version": "1.0.4",
"version": "1.1.0",
"description": "Deep clone a function.",

@@ -11,3 +11,6 @@ "license": "MIT",

"homepage": "https://github.com/leonzalion/deep-clone-fn#readme",
"main": "./index.js",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"author": {

@@ -20,29 +23,10 @@ "name": "Leon Si",

"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@leonzalion/configs": "latest",
"@types/node": "^17.0.0",
"@leonzalion/configs": "^1.2.16",
"@types/node": "^17.0.24",
"desm": "^1.2.0",
"eslint": "^8.5.0",
"execa": "^6.0.0",
"lint-staged": "^12.1.3",
"lion-git-hooks": "^1.0.2",
"lion-system": "latest",
"lionp": "^1.0.19",
"prettier": "^2.5.1",
"tsc-alias": "^1.6.1",
"typescript": "^4.5.4",
"vitest": "^0.5.9"
"execa": "^6.1.0",
"lion-system": "^1.3.9",
"typescript": "^4.6.3",
"vitest": "^0.9.3"
},
"prettier": "@leonzalion/configs/prettier.cjs",
"commitlint": {
"extends": [
"@leonzalion/configs/commitlint.cjs"
]
},
"lint-staged": {
"*.{js,ts}": [
"pnpm run lint",
"pnpm run prettier"
]
},
"dependencies": {

@@ -60,3 +44,3 @@ "rfdc": "^1.3.0"

"lint": "eslint --cache --fix .",
"prettier": "prettier --write src",
"prettier": "prettier --write .",
"tc": "tsc --noEmit"

@@ -63,0 +47,0 @@ },

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