vinyl-contents-tostring
Advanced tools
Comparing version 0.0.3 to 1.0.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3436
0
Updatedbluebird@^3.4.1
Updatedstream-to-string@^1.1.0