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

@airbnb/config-danger

Package Overview
Dependencies
Maintainers
5
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.1.2 to 2.2.0

16

CHANGELOG.md

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

## 2.2.0 - 2019-12-02
#### 🚀 Updates
- **[eslint]** Enable new rules. ([f07d396](https://github.com/airbnb/nimbus/commit/f07d396))
#### 📦 Dependencies
- Update minor and patch versions. ([6a8a5f5](https://github.com/airbnb/nimbus/commit/6a8a5f5))
**Note:** Version bump only for package @airbnb/config-danger
### 2.1.2 - 2019-11-13

@@ -8,0 +24,0 @@

5

lib/helpers.js

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

danger.git.diffForFile(file).then(d => {
const added = (d && d.added && d.added.split('\n').length) || 0;
const removed = (d && d.removed && d.removed.split('\n').length) || 0;
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;
resolve(added + removed);

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

8

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

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

"devDependencies": {
"@types/node": "^12.12.7"
"@types/node": "^12.12.14"
},
"dependencies": {
"conventional-changelog-beemo": "^1.5.3",
"conventional-changelog-beemo": "^1.6.0",
"danger": "^9.2.8"
},
"gitHead": "f6a7526f94e67799f0ecba1571f5500a69c5e787"
"gitHead": "7f0fc142ac75c94aabea8398f7a5a719101146f1"
}

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