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

expect-puppeteer

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect-puppeteer - npm Package Compare versions

Comparing version 10.0.0 to 10.1.0

2

dist/index.js

@@ -326,3 +326,3 @@ 'use strict';

element.setSelectionRange(0, element.value.length);
} catch (e) {
} catch {
// setSelectionRange throws an error for inputs: number/date/time/etc

@@ -329,0 +329,0 @@ // we can just focus them and the content will be selected

{
"name": "expect-puppeteer",
"description": "Assertion toolkit for Puppeteer.",
"version": "10.0.0",
"version": "10.1.0",
"type": "commonjs",

@@ -47,8 +47,8 @@ "main": "./dist/index.js",

"devDependencies": {
"puppeteer": "^22.0.0",
"rollup": "^4.5.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.4"
"puppeteer": "^23.1.0",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.11.2"
},
"gitHead": "018b0100a8c99cb73610a5cb927296de66f4b0bb"
"gitHead": "cd2ca6d5993b6da170eefc6389034c27f9d79e36"
}
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