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

@airbnb/config-danger

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airbnb/config-danger - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

### 2.3.3 - 2020-02-26
#### 📦 Dependencies
- Update minor and patch versions. ([3f7c3fe](https://github.com/airbnb/nimbus/commit/3f7c3fe))
**Note:** Version bump only for package @airbnb/config-danger
### 2.3.2 - 2020-01-22

@@ -8,0 +20,0 @@

5

lib/helpers.js

@@ -30,5 +30,4 @@ "use strict";

danger.git.diffForFile(file).then(d => {
var _a, _b;
const added = (((_a = d) === null || _a === void 0 ? void 0 : _a.added) && d.added.split('\n').length) || 0;
const removed = (((_b = d) === null || _b === void 0 ? void 0 : _b.removed) && d.removed.split('\n').length) || 0;
const added = ((d === null || d === void 0 ? void 0 : d.added) && d.added.split('\n').length) || 0;
const removed = ((d === null || d === void 0 ? void 0 : d.removed) && d.removed.split('\n').length) || 0;
resolve(added + removed);

@@ -35,0 +34,0 @@ });

6

package.json
{
"name": "@airbnb/config-danger",
"version": "2.3.2",
"version": "2.3.3",
"description": "Reusable Danger.js scripts.",

@@ -23,3 +23,3 @@ "keywords": [

"devDependencies": {
"@types/node": "^13.1.8"
"@types/node": "^13.7.4"
},

@@ -30,3 +30,3 @@ "dependencies": {

},
"gitHead": "c9feee9aa60a9cfe2a89ca293c96844615e6ebb2"
"gitHead": "8365848349293dda880567d5b53d3d89c061d923"
}

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