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

@guidepup/virtual-screen-reader

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidepup/virtual-screen-reader - npm Package Compare versions

Comparing version 0.17.1 to 0.18.0

lib/cjs/commands/getElementNode.js

19

package.json
{
"name": "@guidepup/virtual-screen-reader",
"version": "0.17.1",
"version": "0.18.0",
"description": "Virtual Screen Reader driver for unit test automation.",
"main": "lib/index.js",
"author": "Craig Morten <craig.morten@hotmail.co.uk>",

@@ -23,2 +22,12 @@ "license": "MIT",

],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"exports": {
".": {
"types": "./lib/cjs/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
}
},
"scripts": {

@@ -28,4 +37,4 @@ "build": "yarn clean && yarn compile",

"clean": "rimraf lib",
"compile": "tsc",
"lint": "eslint src --ext .ts,.tsx --cache",
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && ./scripts/package.sh",
"lint": "eslint src test --ext .js,.jsx,.ts,.tsx --cache",
"lint:fix": "yarn lint --fix",

@@ -52,2 +61,3 @@ "test": "jest",

"eslint-config-prettier": "^9.1.0",
"eslint-plugin-require-extensions": "^0.1.3",
"jest": "^29.7.0",

@@ -59,2 +69,3 @@ "jest-environment-jsdom": "^29.7.0",

"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",

@@ -61,0 +72,0 @@ "typescript": "^5.3.3"

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