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

apigee-x-module

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigee-x-module - npm Package Compare versions

Comparing version 0.5.13 to 0.5.14

3

dist/lib/apigee-service.js

@@ -17,4 +17,3 @@ "use strict";

const form = new FormData();
var newFile = fs.readFileSync(bundlePath);
form.append('file', newFile, `${proxyName + ".zip"}`);
form.append('file', fs.createReadStream(bundlePath), `${proxyName + ".zip"}`);
axios.request({

@@ -21,0 +20,0 @@ url: `https://apigee.googleapis.com/v1/organizations/${projectId}/apis?name=${proxyName}&action=import`,

{
"name": "apigee-x-module",
"version": "0.5.13",
"version": "0.5.14",
"description": "Module for integrating with the Apigee X platform for TS/JS developer portal integrations.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-x-module",

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