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-render

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-render - npm Package Compare versions

Comparing version
0.2.0
to
1.0.0
+4
-6
index.js

@@ -22,3 +22,3 @@

* @param {Object} [opts]
* @return {Function} thunk
* @return {Function} Promise
* @api public

@@ -32,6 +32,4 @@ */

return function(done){
debug('render %s with %j', view, opts);
engine(view, opts, done);
}
}
debug('render %s with %j', view, opts);
return engine(view, opts);
}
+3
-3
{
"name": "co-render",
"version": "0.2.0",
"version": "1.0.0",
"repository": "visionmedia/co-render",
"description": "Thunk-based template rendering for Co and others",
"description": "Promise-based template rendering for Co and others",
"scripts": {

@@ -19,3 +19,3 @@ "test": "make test"

"dependencies": {
"consolidate": "^0.13.0",
"consolidate": "^0.13.1",
"debug": "2"

@@ -22,0 +22,0 @@ },