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.8 to 1.0.9

2

dist/index.d.ts

@@ -7,2 +7,2 @@ /**

*/
export default function clone<T>(o: T): Partial<T>;
export default function clone<T>(o: T): T;
{
"name": "@asins/deep-clone",
"version": "1.0.8",
"version": "1.0.9",
"description": "对象深度拷贝",

@@ -41,2 +41,2 @@ "main": "dist/index.js",

"license": "ISC"
}
}
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