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

artist

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artist - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

CHANGES.md
# Artist changes
* 0.1.5
1. Use of initial compile options
* 0.1.4

@@ -4,0 +6,0 @@ 1. Added proxy() middleware

6

index.js

@@ -54,3 +54,3 @@ var defaults = {

}
var code = fest.compile(path, options),
var code = fest.compile(path, extend({}, options)),
tmpl = (new Function('__fest_error', 'return ' + code))(options.errorFn);

@@ -101,3 +101,3 @@ if (options.cache) {

}
var code = fest.compile(path, options),
var code = fest.compile(path, extend({}, options)),
tmpl = (new Function('__fest_error', 'return ' + code))(options.errorFn);

@@ -218,3 +218,3 @@ if (options.cache) {

}
var content = fest.compile(path, options);
var content = fest.compile(path, extend({}, options));
if (options.format !== 'jsonp') {

@@ -221,0 +221,0 @@ content = options.format

{
"name": "artist",
"version": "0.1.4",
"version": "0.1.5",
"description": "Template engine for node.js built on fest",

@@ -5,0 +5,0 @@ "main": "index.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