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

@gkalpak/ng-maintain

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gkalpak/ng-maintain - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

14

package.json
{
"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 @@ });

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