Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

object-keys

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-keys - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

package.json
{
"name": "object-keys",
"version": "0.1.6",
"version": "0.1.7",
"author": "Jordan Harband",

@@ -24,3 +24,3 @@ "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim",

"indexof": "~0.0.1",
"is": "~0.2.2"
"is": "~0.2.3"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -15,6 +15,6 @@ var test = require('tape');

"num": 42,
"null": null,
"aNull": null,
"undefined": undefined
};
var objKeys = ['str', 'obj', 'arr', 'bool', 'num', 'null', 'undefined'];
var objKeys = ['str', 'obj', 'arr', 'bool', 'num', 'aNull', 'undefined'];

@@ -21,0 +21,0 @@ t.test('exports a function', function (st) {

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