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

apigee-templater-module

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigee-templater-module - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

1

dist/lib/interfaces.d.ts

@@ -74,2 +74,3 @@ /**

export interface ApigeeTemplateService {
convertStringToProxyInput(inputString: string): Promise<ApigeeTemplateInput>;
generateProxyFromString(inputString: string, outputDir: string): Promise<GenerateResult>;

@@ -76,0 +77,0 @@ generateProxy(inputConfig: ApigeeTemplateInput, outputDir: string): Promise<GenerateResult>;

2

dist/lib/service.d.ts

@@ -45,3 +45,3 @@ /**

*/
convertStringToTemplate(inputString: string): Promise<ApigeeTemplateInput>;
convertStringToProxyInput(inputString: string): Promise<ApigeeTemplateInput>;
/**

@@ -48,0 +48,0 @@ * Generates a proxy bundle based on an input string

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

*/
convertStringToTemplate(inputString) {
convertStringToProxyInput(inputString) {
return new Promise((resolve, reject) => {

@@ -143,3 +143,3 @@ const conversions = [];

return new Promise((resolve, reject) => {
this.convertStringToTemplate(inputString).then((result) => {
this.convertStringToProxyInput(inputString).then((result) => {
this.generateProxy(result, outputDir).then((generateResult) => {

@@ -146,0 +146,0 @@ resolve(generateResult);

{
"name": "apigee-templater-module",
"version": "0.6.6",
"version": "0.6.7",
"description": "This library provides templating services for Apigee X proxies.",

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

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