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

raptor-render-context

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptor-render-context - npm Package Compare versions

Comparing version 0.2.5-beta to 0.2.6-beta

2

package.json

@@ -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();
```
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