Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "cypress", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "CLI for Cypress.io Desktop App", | ||
"preferGlobal": true, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* mocha --watch", | ||
"test-ci": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* mocha", | ||
"test-debug": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* node-debug --hidden=node_modules --no-preload _mocha --opts test/mocha.opts --watch" | ||
}, | ||
@@ -31,2 +33,4 @@ "repository": { | ||
"through2": "^2.0.0", | ||
"userhome": "^1.0.0", | ||
"xvfb": "cypress-io/node-xvfb", | ||
"yauzl": "^2.3.1" | ||
@@ -36,3 +40,13 @@ }, | ||
"cypress": "bin/cypress" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.2.0", | ||
"mocha": "^2.2.5", | ||
"mockery": "^1.4.0", | ||
"nock": "^2.9.1", | ||
"proxyquire": "^1.6.0", | ||
"sinon": "^1.15.4", | ||
"sinon-as-promised": "^4.0.0", | ||
"sinon-chai": "^2.8.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
18059
15
1
0
49
14
8
1
2
+ Addeduserhome@^1.0.0
+ Addedxvfb@cypress-io/node-xvfb
+ Addeduserhome@1.0.1(transitive)