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.5 to 0.0.6

12

distribution/ci_source/ci_source.js

@@ -11,9 +11,9 @@ "use strict";

var _travis = require("./travis");
var _Travis = require("./Travis");
var _travis2 = _interopRequireDefault(_travis);
var _Travis2 = _interopRequireDefault(_Travis);
var _fake = require("./fake");
var _Fake = require("./Fake");
var _fake2 = _interopRequireDefault(_fake);
var _Fake2 = _interopRequireDefault(_Fake);

@@ -30,7 +30,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

// Fake is what I'm using during dev for the minute
var travis = new _travis2.default(env);
var travis = new _Travis2.default(env);
if (travis.isCI) {
return travis;
} else {
return new _fake2.default();
return new _Fake2.default();
}

@@ -37,0 +37,0 @@ }

@@ -59,2 +59,2 @@ "use strict";

exports.default = FakeCI;
//# sourceMappingURL=fake.js.map
//# sourceMappingURL=Fake.js.map

@@ -63,2 +63,2 @@ "use strict";

exports.default = Travis;
//# sourceMappingURL=travis.js.map
//# sourceMappingURL=Travis.js.map

@@ -583,2 +583,2 @@ "use strict";

}();
//# sourceMappingURL=github.js.map
//# sourceMappingURL=GitHub.js.map

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

var _github = require("./github");
var _GitHub = require("./GitHub");

@@ -21,3 +21,3 @@ /**

function getPlatformForEnv(env, source) {
var github = new _github.GitHub(env["DANGER_GITHUB_API_TOKEN"], source);
var github = new _GitHub.GitHub(env["DANGER_GITHUB_API_TOKEN"], source);
return github;

@@ -24,0 +24,0 @@ }

{
"name": "danger",
"version": "0.0.5",
"version": "0.0.6",
"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

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

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