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

engine-base

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine-base - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

index.js

@@ -88,2 +88,5 @@ 'use strict';

}
if (typeof cb !== 'function') {
return compileSync(str, options);
}
try {

@@ -167,3 +170,5 @@ cb(null, compileSync(str, options));

}
if (typeof cb !== 'function') {
return renderSync(str, options);
}
try {

@@ -170,0 +175,0 @@ cb(null, renderSync(str, locals));

2

package.json
{
"name": "engine-base",
"description": "Default engine for Template.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/engine-base",

@@ -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