Socket
Socket
Sign inDemoInstall

docker-stream-cleanser

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-stream-cleanser - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

app.js
// Right now, we're just going to strip the headers that Docker sends. If we ever want a way
// to color certain input, don't chop off the first byte
// 8 (unicode) bytes at the beginning of each output
module.exports = function(data) {

@@ -5,0 +7,0 @@ var fixedData = (data.length > 1 && data[1] === 0) ? '' : data;

{
"name": "docker-stream-cleanser",
"version": "0.0.1",
"version": "0.0.2",
"main": "app.js",
"devDependencies": {

@@ -5,0 +6,0 @@ "lab": "^4.0.2"

Sorry, the diff of this file is not supported yet

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