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

engine-cache

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine-cache - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

5

package.json
{
"name": "engine-cache",
"description": "express.js inspired template-engine manager.",
"version": "0.5.1",
"version": "0.6.0",
"homepage": "https://github.com/jonschlinkert/engine-cache",

@@ -75,2 +75,3 @@ "author": {

"handlebars": "^2.0.0-beta.1",
"lodash": "^2.4.1",
"mocha": "*",

@@ -86,5 +87,5 @@ "should": "^4.0.4",

"for-own": "^0.1.2",
"helper-cache": "^0.2.3",
"helper-cache": "^0.4.0",
"mixin-deep": "^0.1.0"
}
}

4

test/helpers.async.js

@@ -23,3 +23,3 @@ /*!

var helpers = engines.helpers('hbs');
helpers.addHelperAsync('upper', function (str, options, callback) {
helpers.addAsyncHelper('upper', function (str, options, callback) {
callback(null, str.toUpperCase());

@@ -39,3 +39,3 @@ });

var helpers = engines.helpers('hbs');
helpers.addHelperAsync('upper', function (str, options, callback) {
helpers.addAsyncHelper('upper', function (str, options, callback) {
callback(null, str.toUpperCase());

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

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