Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

bin/cypress

33

package.json
{
"name": "cypress",
"version": "0.0.1",
"description": "Node Adapter for Cypress.io",
"main": "index.js",
"version": "0.1.0",
"description": "CLI for Cypress.io Desktop App",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brian Mann",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/cypress-node.git"
"url": "https://github.com/cypress-io/cypress-cli.git"
},
"author": "Brian Mann",
"license": "MIT",
"bugs": {
"url": "https://github.com/cypress-io/cypress-node/issues"
"url": "https://github.com/cypress-io/cypress-cli/issues"
},
"homepage": "https://github.com/cypress-io/cypress-node",
"homepage": "https://github.com/cypress-io/cypress-cli",
"dependencies": {
"coffee-script": "^1.9.2",
"socket.io-client": "^1.3.5"
"bluebird": "^2.9.34",
"chalk": "^1.1.0",
"coffee-script": "^1.9.3",
"commander": "^2.8.1",
"decompress": "^2.3.0",
"fs-extra": "^0.22.1",
"lodash": "^3.10.0",
"progress": "^1.1.8",
"request": "^2.60.0",
"request-progress": "^0.3.1",
"through2": "^2.0.0",
"yauzl": "^2.3.1"
},
"bin": {
"cypress": "bin/cypress"
}
}
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