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

raptor-dust

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptor-dust - npm Package Compare versions

Comparing version 0.1.0-SNAPSHOT.1383849547458 to 0.1.0-SNAPSHOT.1383851272449

12

lib/async-helpers.js

@@ -5,3 +5,13 @@ exports.addHelpers = function(dust) {

dust.helpers.asyncFragment = function(chunk, context, bodies, params) {
var arg = params.arg = {};
for (var k in params) {
if (params.hasOwnProperty(k)) {
if (k.startsWith('arg-')) {
arg[k.substring(4)] = params[k];
delete params[k];
}
}
}
params.invokeBody = function(asyncContext, data) {

@@ -8,0 +18,0 @@ var varName = params['var'];

2

package.json
{
"name": "raptor-dust",
"version": "0.1.0-SNAPSHOT.1383849547458",
"version": "0.1.0-SNAPSHOT.1383851272449",
"description": "Support module for integrating Dust and RaptorJS",

@@ -5,0 +5,0 @@ "keywords": [

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