Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-example-kitchensink - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

1

cypress/e2e/2-advanced-examples/connectors.cy.js

@@ -12,3 +12,2 @@ /// <reference types="cypress" />

.each(($el, index, $list) => {
// eslint-disable-next-line no-console
console.log($el, index, $list)

@@ -15,0 +14,0 @@ })

@@ -23,3 +23,2 @@ /// <reference types="cypress" />

// log the subject to the console
// eslint-disable-next-line no-console
console[method]('The subject is', subject)

@@ -26,0 +25,0 @@

@@ -42,4 +42,2 @@ /// <reference types="cypress" />

// Visit any sub-domain of your current domain
/* eslint-disable no-unused-vars */
// Pass options to the visit

@@ -57,4 +55,3 @@ cy.visit('http://localhost:8080/commands/navigation', {

})
/* eslint-enable no-unused-vars */
})
})

@@ -28,3 +28,2 @@ /// <reference types="cypress" />

foo (x) {
/* eslint-disable-next-line no-console */
console.log('obj.foo called with', x)

@@ -58,3 +57,2 @@ },

foo (a, b) {
// eslint-disable-next-line no-console
console.log('a', a, 'b', b)

@@ -61,0 +59,0 @@ },

14

package.json
{
"name": "cypress-example-kitchensink",
"version": "2.0.6",
"version": "2.0.7",
"description": "This is an example app used to showcase Cypress.io End-to-End (E2E) testing. For a full reference of our documentation, go to https://docs.cypress.io",

@@ -60,11 +60,13 @@ "main": "index.js",

"npm-run-all2": "^5.0.0",
"serve": "14.2.1"
"serve": "14.2.2"
},
"devDependencies": {
"@bahmutov/print-env": "1.3.0",
"cypress": "13.7.1",
"@eslint/eslintrc": "3.0.2",
"@stylistic/eslint-plugin-js": "1.8.0",
"cypress": "13.8.1",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-cypress": "3.1.1",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-mocha": "10.4.3",
"globby": "11.1.0",

@@ -71,0 +73,0 @@ "husky": "9.0.6",

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