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.8 to 0.0.9

7

distribution/runner/Dangerfile.js

@@ -82,3 +82,8 @@ "use strict";

console.log("Running Script");
script.runInNewContext(context);
try {
script.runInNewContext(context);
} catch (e) {
console.log(e.toString());
}
return _context.abrupt("return", results);

@@ -85,0 +90,0 @@

2

package.json
{
"name": "danger",
"version": "0.0.8",
"version": "0.0.9",
"description": "Automate your culture",

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

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