Socket
Socket
Sign inDemoInstall

vinyl-bufferstream

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinyl-bufferstream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

package.json
{
"name": "vinyl-bufferstream",
"version": "1.0.0",
"version": "1.0.1",
"description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",

@@ -23,4 +23,3 @@ "repository": "shinnn/vinyl-bufferstream",

"files": [
"index.js",
"LICENSE"
"index.js"
],

@@ -39,12 +38,12 @@ "keywords": [

"dependencies": {
"bufferstreams": "0.0.2"
"bufferstreams": "1.0.1"
},
"devDependencies": {
"eslint": "^0.12.0",
"eslint": "^0.14.1",
"istanbul": "^0.3.5",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.10.0",
"jscs": "^1.11.2",
"simple-bufferstream": "0.0.4",
"tap-spec": "^2.2.0",
"tape": "^3.4.0",
"tap-spec": "^2.2.1",
"tape": "^3.5.0",
"vinyl": "^0.4.6"

@@ -51,0 +50,0 @@ },

@@ -126,3 +126,3 @@ # vinyl-bufferstream

Copyright (c) [Shinnosuke Watanabe](https://github.com/shinnn)
Copyright (c) 2014 - 2015 [Shinnosuke Watanabe](https://github.com/shinnn)

@@ -132,2 +132,2 @@ Licensed under [the MIT License](./LICENSE).

[buffer]: https://iojs.org/api/buffer.html#buffer_class_buffer
[stream]: https://iojs.org/api/stream.html
[stream]: https://iojs.org/api/stream.html

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