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 15.0.1 to 16.0.0

8

lib/core/find.js

@@ -207,4 +207,8 @@ "use strict";

if ('' in searches[0]) {
searchesOut.push(searches[0]['']);
if (path.length === 0) {
if ('' in searches[0]) {
searchesOut.push(searches[0]['']);
}
searchesOut.push(...compiler.getValues(searches[0]).filter(v => compiler.getWildcard(v).isStarRec));
}

@@ -211,0 +215,0 @@ } else {

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

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

"nyc": "15.1.0",
"object-scan": "15.0.0",
"object-scan": "15.0.1",
"semantic-release": "17.4.2",

@@ -77,0 +77,0 @@ "smart-fs": "2.0.2",

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