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

temper

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temper - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

index.js

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

//
throw new Error('No compatible template engine installed, please run: npm install --save '+ list.pop());
throw new Error('No compatible template engine installed, please run: npm install --save '+ list[0]);
};

@@ -199,0 +199,0 @@

{
"name": "temper",
"version": "0.1.8",
"version": "0.1.9",
"description": "Temper compiles template for client and server side usage.",

@@ -27,4 +27,4 @@ "main": "index.js",

"devDependencies": {
"chai": "1.7.x",
"mocha": "1.12.x",
"chai": "1.9.x",
"mocha": "1.18.x",
"jade": "*",

@@ -31,0 +31,0 @@ "hogan.js": "*",

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