Socket
Socket
Sign inDemoInstall

heroku-api-plugin

Package Overview
Dependencies
50
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

.circleci/config.yml

4

commands/api.js
'use strict'
const cli = require('heroku-cli-util')
const fs = require('co-fs')
const fs = require('fs')
const {inspect} = require('util')

@@ -61,3 +61,3 @@

if (request.method === 'PATCH' || request.method === 'PUT' || request.method === 'POST') {
let body = await fs.readFile('/dev/stdin', 'utf8')
let body = fs.readFileSync('/dev/stdin', 'utf8')
let parsedBody

@@ -64,0 +64,0 @@ try {

{
"name": "heroku-api-plugin",
"description": "access the Heroku API directly",
"version": "1.2.2",
"version": "1.2.3",
"author": "Jeff Dickey @dickeyxxx",

@@ -10,4 +10,2 @@ "bugs": {

"dependencies": {
"co": "^4.5.4",
"co-fs": "^1.2.0",
"heroku-cli-util": "^6.2.0"

@@ -14,0 +12,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc