raptor-render-context
Advanced tools
Comparing version 0.2.5-beta to 0.2.6-beta
@@ -32,3 +32,3 @@ { | ||
}, | ||
"version": "0.2.5-beta" | ||
"version": "0.2.6-beta" | ||
} |
@@ -21,3 +21,3 @@ raptor-render-context | ||
var context = require('raptor-render-context').create(stream); | ||
var context = require('raptor-render-context').create(stream) | ||
.on('error', function(err) { | ||
@@ -28,4 +28,5 @@ // Something went wrong during rendering | ||
// Value of output: "ABC" | ||
}) | ||
.write('A'); | ||
}); | ||
context.write('A'); | ||
@@ -39,4 +40,4 @@ var asyncContext = context.beginAsync(); | ||
context.write('C') | ||
.end(); | ||
context.write('C'); | ||
context.end(); | ||
``` |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22085
41
1