New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@heroku-cli/config-edit

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/config-edit - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

lib/commands/config/edit.js

@@ -33,3 +33,3 @@ "use strict";

function quote(a) {
a = a.replace('\n', '\\n');
a = a.replace(/\n/g, '\\n');
if (a.match(/[:@]/))

@@ -43,3 +43,3 @@ return shell.quote([`'${a}`]).replace(/^"'/, '"');

throw new Error(`Invalid token: ${a}`);
return parsed[0].replace('\\\\n', '\n');
return parsed[0].replace(/\\\\n/g, '\n');
}

@@ -46,0 +46,0 @@ function allKeys(a, b) {

{
"name": "@heroku-cli/config-edit",
"version": "1.0.5",
"version": "1.0.6",
"cli-engine": {

@@ -5,0 +5,0 @@ "commands": "./lib/commands",

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