Socket
Socket
Sign inDemoInstall

ablock

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

6

index.js
var Stream = require('stream')
var cat = require('cat-stream')
var toBuffer = require('stream-to').buffer
var fs = require('fs')

@@ -96,3 +96,3 @@

value = function (done) {
stream.pipe(cat(done))
toBuffer(stream, done)
}

@@ -178,3 +178,3 @@ }

if (callback)
stream.pipe(cat(callback))
toBuffer(stream, callback)

@@ -181,0 +181,0 @@ return stream

{
"name": "ablock",
"description": "Asynchronous block-based templating",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"cat-stream": "~0.1.0"
"stream-to": "~0.2.0"
},
"devDependencies": {
"cat-stream": "~0.1.0",
"should": "*",

@@ -10,0 +11,0 @@ "mocha": "*"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc