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

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 13.7.0 to 13.7.1

6

lib/core/find.js

@@ -143,4 +143,6 @@ "use strict";

if (ctx.useArraySelector === false && Array.isArray(haystack)) {
for (let idx = 0, len = haystack.length; idx < len; idx += 1) {
stack.push(false, searches, idx, depth + 1);
if (ctx.breakFn === undefined || ctx.breakFn(kwargs) !== true) {
for (let idx = 0, len = haystack.length; idx < len; idx += 1) {
stack.push(false, searches, idx, depth + 1);
}
} // eslint-disable-next-line no-continue

@@ -147,0 +149,0 @@

{
"name": "object-scan",
"version": "13.7.0",
"version": "13.7.1",
"description": "Traverse object hierarchies using matching and callbacks.",

@@ -61,3 +61,3 @@ "main": "lib/index.js",

"diff2html": "3.1.18",
"eslint": "7.16.0",
"eslint": "7.17.0",
"eslint-config-airbnb-base": "14.2.1",

@@ -64,0 +64,0 @@ "eslint-plugin-import": "2.22.1",

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