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

async-writer

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-writer - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

lib/AsyncWriter.js

@@ -84,2 +84,6 @@ /*

return this._wrapped.once(event, callback);
},
clear: function() {
this._buffer = '';
}

@@ -86,0 +90,0 @@ };

56

package.json
{
"name": "async-writer",
"description": "The async-writer module makes it possible to asynchronously write data to an output stream while still flushing out bytes in the correct order",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/async-writer.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"events": "^1.0.2"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.15.1",
"through": "^2.3.4",
"through2": "^0.6.5"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/async-writer.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.4.0"
}
"name": "async-writer",
"description": "The async-writer module makes it possible to asynchronously write data to an output stream while still flushing out bytes in the correct order",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/async-writer.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"events": "^1.0.2"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.15.1",
"through": "^2.3.4",
"through2": "^0.6.5"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/async-writer.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.4.1"
}
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