Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
171
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.5.3

14

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

@@ -12,5 +12,6 @@ "main": "index.js",

"build": "npm run lint && npm run types && npm run stop-only",
"start": "http-server app -c-1",
"start:ci": "http-server app -c-1 --silent",
"dev": "npm start -- -o",
"start": "serve --listen ${PORT:-8080}",
"start:ci": "serve --no-clipboard --listen ${PORT:-8080}",
"start:ci:windows": "serve --no-clipboard --listen 8080",
"dev": "npm start",
"types": "tsc --noEmit",

@@ -29,2 +30,3 @@ "test": "npm start & cypress run",

"test:ci:record": "run-p --race start:ci e2e:record",
"test:ci:record:windows": "run-p --race start:ci:windows e2e:record",
"test:ci:record:parallel": "run-p --race start:ci e2e:record:parallel",

@@ -55,4 +57,4 @@ "cy:verify": "cypress verify",

"dependencies": {
"http-server": "0.11.1",
"npm-run-all": "^4.1.2"
"npm-run-all": "^4.1.2",
"serve": "11.0.0"
},

@@ -59,0 +61,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc