Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

co-views

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-views - npm Package Compare versions

Comparing version
0.3.0
to
1.0.0
+12
-0
History.md

@@ -0,2 +1,14 @@

1.0.0 / 2015-06-02
==================
* proxy partials
0.3.0 / 2015-02-11
==================
* merge locals from opts
* add basic tests
* fix examples and readme
* bump deps, devDeps
0.2.0 / 2014-01-25

@@ -3,0 +15,0 @@ ==================

@@ -47,2 +47,5 @@

// proxy partials
var partials = opts.partials || {};
// cache compiled templates

@@ -80,2 +83,4 @@ var cache = opts.cache;

locals.partials = merge({}, partials);
debug('render %s %j', view, locals);

@@ -82,0 +87,0 @@ return render(view, locals);

+2
-1
{
"name": "co-views",
"version": "0.3.0",
"version": "1.0.0",
"repository": "visionmedia/co-views",

@@ -24,2 +24,3 @@ "description": "Higher level thunk-based template rendering for Co and others, built on co-render",

"ejs": "2",
"hogan.js": "3",
"jade": "1",

@@ -26,0 +27,0 @@ "mocha": "2",