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 1.1.0 to 1.1.1

4

dist/lib/interfaces.d.ts

@@ -24,2 +24,3 @@ export interface ApigeeApiProducts {

error?: Error;
attributes: KeyValue[];
}

@@ -139,2 +140,3 @@ export interface ApigeeAppCredential {

access?: string;
attributes: KeyValue[];
}

@@ -157,2 +159,3 @@ export interface Developers {

error?: Error;
attributes: KeyValue[];
}

@@ -181,2 +184,3 @@ export interface Error {

error?: Error;
attributes: KeyValue[];
}

@@ -183,0 +187,0 @@ export interface AppCredential {

8

dist/lib/service.js

@@ -304,8 +304,10 @@ import FormData from 'form-data';

apiProduct.imageUrl = attr.value;
if (attr.name === "spec")
else if (attr.name === "spec")
apiProduct.specUrl = attr.value;
if (attr.name === "access")
else if (attr.name === "access")
apiProduct.access = attr.value;
if (attr.name === "type")
else if (attr.name === "type")
apiProduct.type = attr.value;
// Also add to general attributes collection
apiProduct.attributes[attr.name] = attr.value;
}

@@ -312,0 +314,0 @@ products.apiProducts.push(apiProduct);

{
"name": "apigee-x-module",
"version": "1.1.0",
"version": "1.1.1",
"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