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.19.0 to 0.19.1

2

index.js

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

} else {
data = utils.merge({}, locals, helpers);
data = utils.extend({}, locals, helpers);
}

@@ -240,0 +240,0 @@

{
"name": "engine-cache",
"description": "express.js inspired template-engine manager.",
"version": "0.19.0",
"version": "0.19.1",
"homepage": "https://github.com/jonschlinkert/engine-cache",

@@ -20,2 +20,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"index.js",
"LICENSE",
"README.md",
"utils.js"

@@ -31,3 +33,3 @@ ],

"dependencies": {
"async-helpers": "^0.3.8",
"async-helpers": "^0.3.9",
"extend-shallow": "^2.0.1",

@@ -112,2 +114,3 @@ "helper-cache": "^0.7.2",

"reflinks": [
"helper-cache",
"verb",

@@ -114,0 +117,0 @@ "verb-readme-generator"

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