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

@4tw/cypress-drag-drop

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4tw/cypress-drag-drop - npm Package Compare versions

Comparing version

to
2.2.2

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [2.2.2] - 2022-11-23
- Add support for Cypress 11.x.
## [2.2.1] - 2022-06-29

@@ -11,0 +15,0 @@

6

package.json
{
"name": "@4tw/cypress-drag-drop",
"version": "2.2.1",
"version": "2.2.2",
"description": "A cypress child command for drag'n'drop support.",

@@ -37,3 +37,3 @@ "main": "index.js",

"css-loader": "^3.4.0",
"cypress": "^10.0.3",
"cypress": "^11.0.0",
"eslint": "^7.15.0",

@@ -52,4 +52,4 @@ "prettier": "^2.2.1",

"peerDependencies": {
"cypress": "^2.1.0 || ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"cypress": "^2.1.0 || ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
}
}