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
5
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 0.8.1 to 0.8.2

template-engine-0.8.2.tgz

6

lib/TemplateServer.js

@@ -8,2 +8,5 @@ var Class = require("core").Class;

var HealthCheckMethod = require("dl").jsonrpc.HealthCheckMethod;
var GetFunctionListMethod = require("dl").jsonrpc.GetFunctionListMethod;
var RenderMethod = require("./RenderMethod.js").RenderMethod;

@@ -96,2 +99,5 @@ var QueryMethod = require("./QueryMethod.js").QueryMethod;

this.addMethod('resource', ResourceMethod);
this.addMethod('_healthcheck', HealthCheckMethod);
this.addMethod('_getfunctionlist', GetFunctionListMethod);
};

@@ -98,0 +104,0 @@

2

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

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

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