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 1.5.4 to 1.5.5

20

package.json
{
"name": "cypress-example-kitchensink",
"version": "1.5.4",
"version": "1.5.5",
"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",

@@ -21,2 +21,3 @@ "main": "index.js",

"lint": "eslint --fix cypress/**/*.js app/assets/js/scripts.js",
"lint:yaml": "yamllint '*.yml' 'basic/*.yml' .buildkite/pipeline.yml .semaphore/semaphore.yml",
"colon:names": "colon-names",

@@ -57,3 +58,3 @@ "e2e": "cypress run",

"npm-run-all": "^4.1.2",
"serve": "11.0.1"
"serve": "11.0.2"
},

@@ -63,14 +64,15 @@ "devDependencies": {

"colon-names": "1.0.0",
"cypress": "3.3.1",
"cypress": "3.3.2",
"eslint": "5.16.0",
"eslint-plugin-cypress": "2.2.1",
"eslint-plugin-cypress-dev": "2.0.0",
"eslint-plugin-cypress-dev": "2.1.0",
"eslint-plugin-mocha": "5.3.0",
"globby": "9.1.0",
"husky": "1.3.1",
"semantic-release": "15.13.12",
"start-server-and-test": "1.7.14",
"semantic-release": "15.13.18",
"start-server-and-test": "1.9.1",
"stop-build": "1.1.0",
"stop-only": "3.0.1",
"typescript": "3.4.5"
"yaml-lint": "1.2.4",
"typescript": "3.5.2"
},

@@ -82,6 +84,6 @@ "engines": {

"hooks": {
"pre-commit": "npm run warn-only",
"pre-push": "npm run stop-only"
"pre-commit": "npm run warn-only && npm run lint:yaml",
"pre-push": "npm run stop-only && npm run lint:yaml"
}
}
}

@@ -24,3 +24,3 @@ # Kitchen Sink [![renovate-app badge][renovate-badge]][renovate-app]

Jenkins | | [basic/Jenkinsfile](basic/Jenkinsfile) | [Jenkinsfile](Jenkinsfile)
Semaphore | [![Semaphore CI](https://semaphoreci.com/api/v1/cypress-io/cypress-example-kitchensink/branches/master/badge.svg)](https://semaphoreci.com/cypress-io/cypress-example-kitchensink)
Semaphore v2 | [![Semaphore CI](https://semaphoreci.com/api/v1/cypress-io/cypress-example-kitchensink/branches/master/badge.svg)](https://semaphoreci.com/cypress-io/cypress-example-kitchensink) | [.semaphore/semaphore.yml](.semaphore/semaphore.yml)
Shippable | [![Shippable CI](https://api.shippable.com/projects/56c38fdc1895ca4474743010/badge?branch=master)](https://app.shippable.com/github/cypress-io/cypress-example-kitchensink) | [shippable.yml](shippable.yml)

@@ -27,0 +27,0 @@ Travis | [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-kitchensink.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-kitchensink) | [basic/.travis.yml](basic/.travis.yml) | [.travis.yml](.travis.yml)

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