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

templates

Package Overview
Dependencies
Maintainers
1
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.1.4 to 0.1.5

lib/runtime.js

4

lib/templates.js

@@ -15,4 +15,4 @@ var fs, jade, path, production;

options.url || (options.url = "/templates.js");
options.src || (options.src = process.join(process.cwd(), "templates"));
runtimePath = path.join(__dirname, "..", "node_modules", "jade", "runtime.js");
options.src || (options.src = path.join(process.cwd(), "templates"));
runtimePath = path.join(__dirname, 'runtime.js');
runtime = fs.readFileSync(runtimePath).toString();

@@ -19,0 +19,0 @@ templates = null;

@@ -5,3 +5,3 @@ {

"description": "Templates is a template prepackager for Express",
"version": "0.1.4",
"version": "0.1.5",
"repository": {

@@ -8,0 +8,0 @@ "url": ""

Sorry, the diff of this file is not supported yet

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