New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@netsells/simulate-user

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netsells/simulate-user - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

dist/index.js

@@ -162,5 +162,4 @@ "use strict";

this.log('getElementById', id);
return this.first({
query: "#".concat(id)
});
var node = document.getElementById(id);
return node && this.constructor.build(node);
}

@@ -167,0 +166,0 @@ /**

2

package.json
{
"name": "@netsells/simulate-user",
"version": "2.0.1",
"version": "2.0.2",
"description": "Library for simulating user interactions using JavaScript in the browser",

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

@@ -125,3 +125,5 @@ import { timeout, TimeoutError } from 'promise-timeout';

return this.first({ query: `#${ id }` });
const node = document.getElementById(id);
return node && this.constructor.build(node);
}

@@ -128,0 +130,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