Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vinyl-buffer

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinyl-buffer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -18,3 +18,2 @@ var through2 = require('through2').obj

file = file.clone()
file.contents = data

@@ -21,0 +20,0 @@

8

package.json
{
"name": "vinyl-buffer",
"description": "Convert streaming vinyl files to use buffers",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"bl": "^0.9.1",
"through2": "^0.6.1"
"bl": "^1.2.1",
"through2": "^2.0.3"
},
"devDependencies": {
"tape": "~2.5.0",
"vinyl-source-stream": "~0.1.1"
"vinyl-source-stream": "~2.0.0"
},

@@ -14,0 +14,0 @@ "scripts": {

@@ -20,3 +20,3 @@ # vinyl-buffer [![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=hughskennedy&url=http://github.com/hughsk/vinyl-buffer&title=vinyl-buffer&description=hughsk/vinyl-buffer%20on%20GitHub&language=en_GB&tags=flattr,github,javascript&category=software)[![experimental](http://hughsk.github.io/stability-badges/dist/experimental.svg)](http://github.com/hughsk/stability-badges) #

return bundler.pipe()
return bundler.bundle()
.pipe(source('index.js'))

@@ -23,0 +23,0 @@ .pipe(buffer())

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