Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
21
Maintainers
27
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

.nyc_output/18bd80c414b47e7e4200c3456eaf36ed.json

2

lib/rollbar.js

@@ -19,3 +19,3 @@ 'use strict'

function error (err) {
const regex = /^\s*at (?:([^(]+(?: \[\w\s+\])?) )?\(?(.+?)(?::(\d+):(\d+)(?:, <js>:(\d+):(\d+))?)?\)?$/
const regex = /^\s*at (?:([^(]+(?: [\w\s+])?) )?\(?(.+?)(?::(\d+):(\d+)(?:, <js>:(\d+):(\d+))?)?\)?$/
let frames = (err.stack || '').split('\n').map(function (line) {

@@ -22,0 +22,0 @@ let r = line.match(regex)

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.1.1",
"version": "6.1.2",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -11,19 +11,19 @@ "bugs": {

"ansi-escapes": "1.4.0",
"cardinal": "^0.7.1",
"cardinal": "1.0.0",
"chalk": "^1.1.3",
"co": "4.6.0",
"got": "^6.3.0",
"heroku-client": "3.0.0-beta3",
"lodash.ary": "4.1.0",
"lodash.defaults": "4.1.0",
"lodash.get": "4.4.0",
"heroku-client": "3.0.0",
"lodash.ary": "4.1.1",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",
"lodash.identity": "3.0.0",
"lodash.keys": "4.0.8",
"lodash.mapvalues": "4.5.0",
"lodash.keys": "4.2.0",
"lodash.mapvalues": "4.6.0",
"lodash.noop": "3.0.1",
"lodash.partial": "4.2.0",
"lodash.pickby": "4.5.0",
"lodash.property": "4.4.0",
"lodash.repeat": "4.0.4",
"lodash.result": "4.5.0",
"lodash.partial": "4.2.1",
"lodash.pickby": "4.6.0",
"lodash.property": "4.4.2",
"lodash.repeat": "4.1.0",
"lodash.result": "4.5.2",
"opn": "^3.0.3",

@@ -36,13 +36,13 @@ "supports-color": "^3.1.2",

"changelog": "1.0.7",
"codeclimate-test-reporter": "0.3.3",
"codeclimate-test-reporter": "0.4.0",
"hook-std": "0.2.0",
"jsdoc": "*",
"mocha": "^2.2.4",
"mocha-junit-reporter": "1.11.1",
"nock": "8.0.0",
"nyc": "7.1.0",
"proxyquire": "1.7.10",
"sinon": "1.17.5",
"standard": "7.1.2",
"unexpected": "10.15.0"
"mocha": "3.2.0",
"mocha-junit-reporter": "1.13.0",
"nock": "9.0.2",
"nyc": "10.1.2",
"proxyquire": "1.7.11",
"sinon": "1.17.7",
"standard": "8.6.0",
"unexpected": "10.25.0"
},

@@ -49,0 +49,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc