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

cypress-react-selector

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-react-selector - npm Package Compare versions

Comparing version 2.3.12 to 2.3.13

2

CHANGELOG.md

@@ -0,1 +1,3 @@

#### 2.3.13 (2021-11-02)
#### 2.3.12 (2021-10-23)

@@ -2,0 +4,0 @@

6

package.json
{
"name": "cypress-react-selector",
"version": "2.3.12",
"version": "2.3.13",
"description": "cypress plugin to locate react elements by component, props and state",

@@ -27,7 +27,7 @@ "main": "./index.js",

"@cypress/webpack-dev-server": "^1.1.2",
"cypress": "8.6.0",
"cypress": "8.7.0",
"generate-changelog": "^1.8.0",
"html-webpack-plugin": "4",
"husky": "7.0.2",
"lint-staged": "11.2.3",
"lint-staged": "11.2.6",
"prettier": "^2.0.5",

@@ -34,0 +34,0 @@ "pretty-quick": "3.1.1",

@@ -73,3 +73,3 @@ const { getComponentNotFoundMessage, getIdentifierLogs } = require('./logger');

component,
document.querySelector(getReactRoot(reactOpts.root))
cy.state('window').document.querySelector(getReactRoot(reactOpts.root))
);

@@ -218,3 +218,3 @@ } else {

component,
document.querySelector(getReactRoot(reactOpts.root))
cy.state('window').document.querySelector(getReactRoot(reactOpts.root))
);

@@ -221,0 +221,0 @@ } else {

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