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.9 to 0.4.10

2

dist/lib/plugins/targets.plugin.js

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

return new Promise((resolve, reject) => {
fs_1.default.writeFileSync(outputDir + "/targets/" + inputConfig.targetName + ".xml", this.template({ targetNale: inputConfig.targetName, targetUrl: inputConfig.targetUrl }));
fs_1.default.writeFileSync(outputDir + "/targets/" + inputConfig.targetName + ".xml", this.template({ targetName: inputConfig.targetName, targetUrl: inputConfig.targetUrl }));
resolve(true);

@@ -33,0 +33,0 @@ });

{
"name": "apigee-templater-module",
"version": "0.4.9",
"version": "0.4.10",
"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