Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

templates

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templates - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

2

lib/plugins/errors.js

@@ -16,3 +16,3 @@ 'use strict';

proto.formatError = function(method, id, msg, view) {
var ctx = this.errors[method][id];
var ctx = this.templatesError[method][id];
if (!view) view = {relative: ''};

@@ -19,0 +19,0 @@ if (!msg) msg = '';

@@ -31,3 +31,3 @@ 'use strict';

app.define('errors', {
app.define('templatesError', {
compile: {

@@ -34,0 +34,0 @@ callback: 'is sync and does not take a callback function',

{
"name": "templates",
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"version": "0.11.2",
"version": "0.11.3",
"homepage": "https://github.com/jonschlinkert/templates",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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