Socket
Socket
Sign inDemoInstall

vinyl-contents-tostring

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinyl-contents-tostring - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

2

lib/index.js

@@ -22,3 +22,3 @@ 'use strict';

// TODO: support encoding in streamToString
return (0, _streamToString2.default)(file.contents);
return (0, _streamToString2.default)(file.contents, enc);
}

@@ -25,0 +25,0 @@

{
"name": "vinyl-contents-tostring",
"version": "0.0.3",
"version": "1.0.0",
"description": "Convert vinyl file content to string",

@@ -31,8 +31,8 @@ "main": "lib/index.js",

"dependencies": {
"bluebird": "^3.4.0",
"stream-to-string": "^1.0.1"
"bluebird": "^3.4.1",
"stream-to-string": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",

@@ -42,8 +42,8 @@ "chai": "^3.5.0",

"coveralls": "^2.11.9",
"eslint": "^2.12.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint": "^3.0.1",
"eslint-config-airbnb-base": "^4.0.0",
"eslint-plugin-import": "^1.10.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^2.2.0",

@@ -50,0 +50,0 @@ "gulp-util": "^3.0.7",

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