New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 0.1.3

2

lib/templates.js

@@ -37,3 +37,3 @@ var fs, jade, path, production;

compileDebug: !production,
filename: filename
filename: path.join(dir, filename)
};

@@ -40,0 +40,0 @@ return templates[key] = jade.compile(template, opts).toString();

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

"description": "Templates is a template prepackager for Express",
"version": "0.1.2",
"version": "0.1.3",
"repository": {

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

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