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.21.0 to 1.22.0

test/traceSpec.js

5

index.js

@@ -9,2 +9,3 @@ var retry = require('trytryagain');

var dispatchEvent = require('./dispatchEvent');
var trace = require('./trace');

@@ -403,5 +404,5 @@ function blurActiveElement() {

return retry(retryOptions, function() {
return trace(retry(retryOptions, function() {
return self.findElements(options);
});
}));
};

@@ -408,0 +409,0 @@

2

package.json
{
"name": "browser-monkey",
"version": "1.21.0",
"version": "1.22.0",
"description": "reliable dom testing",

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

@@ -17,2 +17,4 @@ # browser monkey

[@dereke](https://github.com/dereke) has made an excellent [video](https://www.youtube.com/watch?v=WQZ2eIfmfEs) of a TDD session using browser-monkey.
# example

@@ -19,0 +21,0 @@

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