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.6.5 to 0.6.6

distribution/danger.js.flow

4

changelog.md

@@ -5,2 +5,6 @@ ### master

### 0.6.6
* Ship flow annotations with the npm module - orta
### 0.6.5

@@ -7,0 +11,0 @@

8

package.json
{
"name": "danger",
"version": "0.6.5",
"version": "0.6.6",
"description": "Unit tests for Team Culture",

@@ -22,7 +22,8 @@ "main": "distribution/danger.js",

"fix": "eslint ./source --fix",
"prepublish": "npm run build",
"prepublish": "in-publish && npm run build && npm run export-flowtype && npm run inline-flowtype || not-in-publish",
"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",
"export-flowtype": "node scripts/create-flow-typed-export.js"
"export-flowtype": "node scripts/create-flow-typed-export.js",
"inline-flowtype": "cp flow-typed/npm/danger_v0.x.x.js distribution/danger.js.flow"
},

@@ -60,2 +61,3 @@ "repository": {

"flow-bin": "^0.35.0",
"in-publish": "^2.0.0",
"jest-cli": "^17.0.3"

@@ -62,0 +64,0 @@ },

Sorry, the diff of this file is not supported yet

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