Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
20
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

cypress/integration/example_spec.js

@@ -663,2 +663,5 @@ //

// reload the page without using the cache
cy.reload(true)
})

@@ -665,0 +668,0 @@

6

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

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

"dev": "npm start -- -o",
"release": "release"
"release": "releaser"
},

@@ -26,4 +26,4 @@ "repository": {

"devDependencies": {
"cypress-core-releaser": "0.1.1"
"cypress-core-releaser": "0.1.2"
}
}

@@ -74,3 +74,6 @@ # 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) [![Codeship Status for cypress-io/cypress-example-kitchensink](https://codeship.com/projects/8d6a20c0-b70e-0133-41c6-56e5cd60fbd0/status?branch=master)](https://codeship.com/projects/134609)

#### 0.1.1
- added cy.reload(true) example
#### 0.1.0
- initial release

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