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

@asins/deep-clone

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

@asins/deep-clone - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.cjs.js

17

package.json
{
"name": "@asins/deep-clone",
"version": "1.0.1",
"version": "1.0.2",
"description": "对象深度拷贝",
"main": "index.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.ejs.js",
"typings": "src/index.d.ts",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@typescript-eslint/typescript-estree": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-ali": "^11.4.1",
"eslint-plugin-import": "^2.22.1",
"rollup": "^2.35.1",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^3.9.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup -c ./rollup.config.js"
},

@@ -18,0 +25,0 @@ "keywords": [

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