@gkalpak/ng-maintain
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@gkalpak/ng-maintain", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A collection of command-line utilities to help maintain (AngularJS-related) GitHub repositories.", | ||
@@ -35,11 +35,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@gkalpak/ng-cla-check": "0.0.24", | ||
"@gkalpak/ng-maintain-utils": "0.0.13", | ||
"@gkalpak/ng-pr-merge": "0.0.23" | ||
"@gkalpak/ng-cla-check": "0.0.25", | ||
"@gkalpak/ng-maintain-utils": "0.0.15", | ||
"@gkalpak/ng-pr-merge": "0.0.24" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.8.1", | ||
"eslint-plugin-jasmine": "^1.8.1", | ||
"jasmine": "^2.5.2" | ||
"eslint": "^4.4.1", | ||
"eslint-plugin-jasmine": "^2.8.3", | ||
"jasmine": "^2.7.0" | ||
} | ||
} |
@@ -10,2 +10,3 @@ { | ||
"rules": { | ||
"jasmine/new-line-before-expect": 0, | ||
"jasmine/no-spec-dupes": [1, "branch"], | ||
@@ -12,0 +13,0 @@ "jasmine/no-suite-dupes": [1, "branch"] |
@@ -48,3 +48,3 @@ 'use strict'; | ||
expect(GitUtils.prototype.diffWithHighlight2).toHaveBeenCalled(); | ||
expect(GitUtils.prototype.diffWithHighlight2).toHaveBeenCalledWith(jasmine.any(String)); | ||
expect(GitUtils.prototype.diffWithHighlight).not.toHaveBeenCalled(); | ||
@@ -51,0 +51,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11602
257
+ Added@gkalpak/ng-cla-check@0.0.25(transitive)
+ Added@gkalpak/ng-maintain-utils@0.0.15(transitive)
+ Added@gkalpak/ng-pr-merge@0.0.24(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removed@gkalpak/ng-cla-check@0.0.24(transitive)
- Removed@gkalpak/ng-maintain-utils@0.0.13(transitive)
- Removed@gkalpak/ng-pr-merge@0.0.23(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updated@gkalpak/ng-cla-check@0.0.25
Updated@gkalpak/ng-pr-merge@0.0.24