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

browser-monkey

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-monkey - npm Package Compare versions

Comparing version 1.15.1 to 1.15.2

9

index.js

@@ -228,5 +228,6 @@ var retry = require('trytryagain');

var found = findElements.find(elements);
return found.toArray().filter(function (element) {
var tested = found.toArray().filter(function (element) {
try {
return testElements.find(element);
testElements.find(element);
return true;
} catch (error) {

@@ -236,2 +237,6 @@ return false;

});
if (tested.length > 0) {
return tested;
}
}

@@ -238,0 +243,0 @@ }

{
"name": "browser-monkey",
"version": "1.15.1",
"version": "1.15.2",
"description": "reliable dom testing",

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

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