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.4 to 1.0.5

dist/index.js

2

dist/index.esm.js

@@ -50,2 +50,2 @@ /**

export default clone;
export { clone as default };
{
"name": "@asins/deep-clone",
"version": "1.0.4",
"version": "1.0.5",
"description": "对象深度拷贝",
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",

@@ -7,0 +7,0 @@ "typings": "src/index.d.ts",

@@ -37,2 +37,3 @@ import typescript from 'rollup-plugin-typescript2';

output: [
{ file: './dist/index.js', format: 'umd', name: 'deepClone' },
{ file: './dist/index.cjs.js', format: 'cjs', exports: 'auto' },

@@ -39,0 +40,0 @@ { file: './dist/index.esm.js', format: 'es' },

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