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
2
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 1.1.7 to 1.1.8

12

lib/DustAsyncWriter.js

@@ -10,9 +10,2 @@ var AsyncWriter = require('async-writer').AsyncWriter;

this._dustAsyncWriter._dustChunk.write(str);
},
end: function(str) {
if (this._dustAsyncWriter._dustAsync) {
this._dustAsyncWriter._dustChunk.end();
} else {
}
}

@@ -63,2 +56,3 @@ };

if (this._dustAsync) {
this._dustChunk.end();
this.handleEnd(true);

@@ -74,4 +68,6 @@ } else {

this._dustChunk = this._dustChunk.render(body, context || this.dustContext);
},
_finish: function() {
}
};

@@ -78,0 +74,0 @@

@@ -38,3 +38,3 @@ {

"main": "lib/raptor-dust.js",
"version": "1.1.7"
"version": "1.1.8"
}
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