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.10 to 1.1.11

10

lib/DustAsyncWriter.js

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

if (!this.stream) {
throw new Error('stream expected');
}
this._dustChunk = dustChunk;

@@ -70,2 +67,9 @@ this.dustContext = dustContext;

_finish: function() {
},
flush: function() {
var stream = this.stream;
if (stream && stream.flush) {
stream.flush();
}
}

@@ -72,0 +76,0 @@ };

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

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