Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.17 to 0.4.18

1

dist/lib/interfaces.d.ts

@@ -47,2 +47,3 @@ export interface ApigeeTemplateInput {

localPath: string;
template?: ApigeeTemplateInput;
}

@@ -49,0 +50,0 @@ export declare class PlugInResult {

@@ -117,2 +117,3 @@ "use strict";

result.localPath = outputDir + "/" + genInput.name + ".zip";
result.template = genInput;
resolve(result);

@@ -119,0 +120,0 @@ });

2

package.json
{
"name": "apigee-templater-module",
"version": "0.4.17",
"version": "0.4.18",
"description": "This library provides templating services for Apigee X proxies.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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