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

template-engine

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template-engine - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

10

lib/PlatformManager.js

@@ -7,4 +7,2 @@ var core = require('core');

var ResourceManager = require('./PlatformManager.js').PlatformManager;
var instance = null;

@@ -58,3 +56,3 @@

}
if (platformsYaml.platform.dependencies[localName] == 'local') {
if (platformsYaml.platform.dependencies[localName] == PlatformManager.PLATFORM_SELF_NAME) {
try {

@@ -134,3 +132,3 @@ var appYaml = (YAML.parseFileSync('./app.yaml')).pop();

if (platformUrl == 'local') {
if (platformUrl == PlatformManager.PLATFORM_SELF_NAME) {
counter += 1;

@@ -205,2 +203,5 @@ continue;

for (var i=0, len = externalPlatformKeys.length; i<len; i++) {
if (externalPlatform[externalPlatformKeys[i]] == PlatformManager.PLATFORM_SELF_NAME) {
continue;
}
that.setCachePlatforms(externalPlatformKeys[i], externalPlatform[externalPlatformKeys[i]]);

@@ -327,4 +328,5 @@ }

PlatformManager.PLATFORM_SELF_NAME = 'local';
exports.PlatformManager = PlatformManager;

2

package.json
{
"name": "template-engine",
"version": "2.1.1",
"version": "2.1.2",
"description": "Engine that renders templates of any kind",

@@ -5,0 +5,0 @@ "contributors": [

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