Socket
Socket
Sign inDemoInstall

007

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

8

007.js

@@ -57,3 +57,9 @@

if (typeof api === 'object') {
Object.keys(api).
// we want the full proto chain
var keys = [], key;
for (key in api) {
keys.push(key);
}
keys.
reduce(function (newObj, prop) {

@@ -60,0 +66,0 @@ newObj[prop] = doubleOhSeven(api[prop]);

2

package.json
{
"name": "007",
"version": "0.0.1",
"version": "0.0.2",
"description": "Returns a deep copy of an object with all functions converted to spies",

@@ -5,0 +5,0 @@ "main": "007.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