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

danger

Package Overview
Dependencies
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

52

package.json
{
"name": "danger",
"version": "0.0.1",
"version": "0.0.2",
"description": "Automate your culture",
"main": "index.js",
"main": "distribution/danger.js",
"bin": {
"danger": "distribution/commands/danger.js"
},
"jest": {
"verbose": true,
"testPathIgnorePatterns": [
"/node_modules/",
"/distribution/"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"testwatch": "jest --watch",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint ./source",
"fix": "eslint ./source --fix",
"build": "babel source --out-dir distribution --source-maps",
"buildwatch": "babel source --watch --out-dir distribution",
"link": "npm run build ; chmod +x distribution/commands/danger.js ; npm link"
},

@@ -14,3 +31,4 @@ "repository": {

"keywords": [
"danger"
"danger",
"ci"
],

@@ -22,3 +40,27 @@ "author": "Orta Therox",

},
"homepage": "https://github.com/danger/danger-js#readme"
"homepage": "https://github.com/danger/danger-js#readme",
"devDependencies": {
"@types/commander": "^2.3.30",
"@types/node-fetch": "^0.0.4",
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-preset-stage-3": "^6.17.0",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0-beta.3",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"flow-bin": "^0.32.0",
"jest-cli": "^16.0.0"
},
"dependencies": {
"commander": "^2.9.0",
"node-fetch": "^1.6.3",
"parse-diff": "^0.4.0"
}
}
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