Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
2
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

appveyor.yml

12

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

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

"start": "http-server app -c-1",
"start-ci": "http-server app -c-1 --silent",
"dev": "npm start -- -o",

@@ -13,3 +14,5 @@ "release": "releaser",

"pretest": "npm run lint",
"lint": "eslint --fix cypress/**/*.js"
"lint": "eslint --fix cypress/**/*.js",
"e2e": "cypress run",
"test-ci": "run-p --race start-ci e2e"
},

@@ -27,7 +30,8 @@ "repository": {

"dependencies": {
"http-server": "^0.8.5"
"http-server": "0.10.0",
"npm-run-all": "^4.1.1"
},
"devDependencies": {
"@cypress/releaser": "0.2.1",
"cypress": "dev",
"cypress": "1.0.2",
"eslint": "^4.0.0",

@@ -34,0 +38,0 @@ "stop-build": "^1.1.0"

@@ -1,2 +0,2 @@

# Kitchen Sink [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-kitchensink.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-kitchensink) [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-kitchensink.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-kitchensink)
# Kitchen Sink [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-kitchensink.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-kitchensink) [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-kitchensink.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-kitchensink) [![Cypress Dashboard](https://img.shields.io/badge/cypress-dashboard-brightgreen.svg)](https://dashboard.cypress.io/#/projects/4b7344/runs)

@@ -71,5 +71,12 @@ ![kitchensink](https://cloud.githubusercontent.com/assets/1268976/14084252/e309e370-f4e7-11e5-9562-24f516563ac9.gif)

## Contributing
Check out the [Contributing Guideline](/CONTRIBUTING.md).
## Changelog
#### 0.8.1 - *(10/16/17)*
- updated .prev html to match test
- added contributing doc
#### 0.8.0 - *(09/10/17)*

@@ -76,0 +83,0 @@ - updated for cypress 0.20.0

Sorry, the diff of this file is not supported yet

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