Socket
Socket
Sign inDemoInstall

for-each-property

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

for-each-property - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "for-each-property",
"version": "0.0.1",
"version": "0.0.2",
"description": "Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default, and this behaviour can also be configured via options.",

@@ -5,0 +5,0 @@ "main": "lib/for-each-property.js",

@@ -24,3 +24,3 @@ # for-each-property

**object**:
The object whose properties must be iterated on
Literal object, Object Instance, Class Reference... Any object whose properties can be iterated on.

@@ -27,0 +27,0 @@ **callback**:

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