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.4.12 to 0.4.13

15

dist/lib/apigee-service.js

@@ -27,3 +27,10 @@ "use strict";

apigeeProducts.apiProduct.forEach(apigeeProduct => {
products.apiProducts.push(apigeeProduct);
let apiProduct = apigeeProduct;
for (const attr of apigeeProduct.attributes) {
if (attr.name === "image")
apiProduct.imageUrl = attr.value;
if (attr.name === "spec")
apiProduct.specUrl = attr.value;
}
products.apiProducts.push(apiProduct);
});

@@ -51,2 +58,8 @@ resolve(products);

let apiProduct = apigeeApiProduct;
for (const attr of apigeeApiProduct.attributes) {
if (attr.name === "image")
apiProduct.imageUrl = attr.value;
if (attr.name === "spec")
apiProduct.specUrl = attr.value;
}
resolve(apiProduct);

@@ -53,0 +66,0 @@ }).catch((error) => {

2

dist/lib/apigee-types.d.ts

@@ -63,3 +63,3 @@ interface ApigeeApiProducts {

approvalType: string;
image?: string;
imageUrl?: string;
specUrl?: string;

@@ -66,0 +66,0 @@ status?: string;

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