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.0 to 0.4.1

4

dist/lib/service.js

@@ -26,2 +26,6 @@ "use strict";

let processingVars = new Map();
fs_1.default.mkdirSync(outputDir + "/proxies", { recursive: true });
fs_1.default.mkdirSync(outputDir + "/targets", { recursive: true });
fs_1.default.mkdirSync(outputDir + "/policies", { recursive: true });
fs_1.default.mkdirSync(outputDir + "/resources", { recursive: true });
for (let endpoint of genInput.proxyEndpoints) {

@@ -28,0 +32,0 @@ for (let plugin of plugins) {

5

package.json
{
"name": "apigee-templater-module",
"version": "0.4.0",
"version": "0.4.1",
"description": "This library provides templating services for Apigee X proxies.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc",
"deploy": "tsc && npm publish"
},

@@ -9,0 +10,0 @@ "keywords": [

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