Socket
Socket
Sign inDemoInstall

shallow-copy

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

2

index.js

@@ -27,3 +27,3 @@ module.exports = function (obj) {

var keys = [];
for (var key in keys) {
for (var key in obj) {
if ({}.hasOwnProperty.call(obj, key)) keys.push(key);

@@ -30,0 +30,0 @@ }

{
"name": "shallow-copy",
"version": "0.0.0",
"version": "0.0.1",
"description": "make a shallow copy of an object or array",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc