You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@socketregistry/object-keys

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/object-keys - npm Package Compare versions

Comparing version

to
1.0.1

3

isArguments.js
'use strict'
const { isArray: ArrayIsArray } = Array
const { toString: objToStr } = Object.prototype

@@ -20,4 +21,4 @@

typeof value.callee === 'function' &&
!Array.isArray(value)
!ArrayIsArray(value)
)
}
{
"name": "@socketregistry/object-keys",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -12,6 +12,20 @@ "description": "Socket.dev optimized package override for object-keys",

"type": "git",
"url": "https://github.com/SocketDev/socket-registry-js",
"url": "git+https://github.com/SocketDev/socket-registry-js.git",
"directory": "packages/npm/object-keys"
},
"main": "./index.js",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./implementation": {
"types": "./implementation.d.ts",
"default": "./implementation.js"
},
"./isArguments": {
"types": "./isArguments.d.ts",
"default": "./isArguments.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,

@@ -18,0 +32,0 @@ "engines": {

@@ -7,4 +7,5 @@ # @socketregistry/object-keys

> A zero dependency drop-in replacement of
> [`object-keys`](https://www.npmjs.com/package/object-keys).
> A tested zero dependency drop-in replacement of
> [`object-keys`](https://www.npmjs.com/package/object-keys) complete with
> TypeScript types.

@@ -11,0 +12,0 @@ ## Installation