Socket
Socket
Sign inDemoInstall

object-scan

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-scan - npm Package Compare versions

Comparing version 1.10.7 to 1.10.8

2

package.json
{
"name": "object-scan",
"version": "1.10.7",
"version": "1.10.8",
"description": "Find Keys using Wildcard matching and optional value function.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -47,3 +47,3 @@ # Object-Scan

- `value` is the value of that key.
- `parents` is an array containing all parents as `[parent, grandparent, ...]`. This includes arrays iff `useArraySelector` is true, otherwise only _direct_ parents are contained.
- `parents` is an array containing all parents as `[parent, grandparent, ...]`. Contains parents that are arrays only iff `useArraySelector` is true.
- `isMatch` is true if this is a valid (intermittent) result.

@@ -50,0 +50,0 @@ - `needle` is the needle that matches if `isMatch` is true, otherwise `null`.

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