Socket
Socket
Sign inDemoInstall

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.7 to 0.0.8

3

distribution/runner/Dangerfile.js

@@ -81,6 +81,7 @@ "use strict";

console.log("Running Script");
script.runInNewContext(context);
return _context.abrupt("return", results);
case 10:
case 11:
case "end":

@@ -87,0 +88,0 @@ return _context.stop();

@@ -54,10 +54,14 @@ "use strict";

pr = _context.sent;
console.log("Got github deets");
dsl = new _DangerDSL2.default(pr, git);
dangerfile = new _Dangerfile2.default(dsl);
_context.next = 10;
_context.next = 11;
return dangerfile.run("dangerfile.js");
case 10:
case 11:
results = _context.sent;
console.log("Got results");

@@ -78,3 +82,3 @@ if (results.fails.length) {

case 12:
case 14:
case "end":

@@ -81,0 +85,0 @@ return _context.stop();

{
"name": "danger",
"version": "0.0.7",
"version": "0.0.8",
"description": "Automate your culture",

@@ -5,0 +5,0 @@ "main": "distribution/danger.js",

Sorry, the diff of this file is not supported yet

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