Socket
Socket
Sign inDemoInstall

component-clone

Package Overview
Dependencies
1
Maintainers
20
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

component.json
{
"name": "clone",
"repo": "component/clone",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {

@@ -6,0 +6,0 @@ "component/type": "*"

0.2.3 / 2016-07-21
==================
* use safer Object.prototype.hasOwnProperty
0.2.2 / 2014-03-06

@@ -3,0 +8,0 @@ ==================

@@ -30,3 +30,3 @@ /**

for (var key in obj) {
if (obj.hasOwnProperty(key)) {
if (Object.prototype.hasOwnProperty.call(obj, key)) {
copy[key] = clone(obj[key]);

@@ -33,0 +33,0 @@ }

{
"name": "component-clone",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {

@@ -5,0 +5,0 @@ "component-type": "*"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc