Socket
Socket
Sign inDemoInstall

only

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.1 to 0.0.2

3

index.js

@@ -6,5 +6,6 @@

return keys.reduce(function(ret, key){
if (null == obj[key]) return ret;
ret[key] = obj[key];
return ret;
}, {});
};
};
{
"name": "only",
"version": "0.0.1",
"version": "0.0.2",
"description": "return whitelisted properties of an object",
"keywords": ["utility", "util", "object", "whitelist"],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/node-only",
"dependencies": {},

@@ -13,2 +14,2 @@ "devDependencies": {

"main": "index"
}
}
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