vinyl-contents-tostring
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "vinyl-contents-tostring", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Convert vinyl file content to string", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "gulp test", | ||
"build": "gulp build", | ||
"cover": "babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage", | ||
"prepublish": "npm run build" | ||
"lint": "eslint 'src/*.js' 'test/*.js'", | ||
"pretest": "npm run lint", | ||
"test": "mocha", | ||
"build": "babel src -d lib", | ||
"cover": "nyc npm test", | ||
"coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls", | ||
"prepare": "npm run test && npm run build" | ||
}, | ||
@@ -25,3 +27,3 @@ "repository": { | ||
"author": "Julian Grinblat <julian@dotcore.co.il>", | ||
"license": "MIT", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"bugs": { | ||
@@ -32,24 +34,21 @@ "url": "https://github.com/perrin4869/vinyl-contents-tostring/issues" | ||
"dependencies": { | ||
"bluebird": "^3.4.1", | ||
"stream-to-string": "^1.1.0" | ||
"stream-to-string": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
"babel-core": "^6.10.4", | ||
"babel-preset-es2015": "^6.9.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"coveralls": "^2.11.9", | ||
"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": "^3.0.1", | ||
"gulp-mocha": "^2.2.0", | ||
"gulp-util": "^3.0.7", | ||
"isparta": "^4.0.0", | ||
"mocha": "^2.5.3", | ||
"vinyl": "^1.1.1" | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/register": "^7.0.0", | ||
"babel-plugin-istanbul": "^5.1.1", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.3", | ||
"env-test": "^1.0.0", | ||
"eslint": "^5.15.1", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"vinyl": "^2.2.0" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4372
1
15
1
59
1
0
1
- Removedbluebird@^3.4.1
- Removedbluebird@3.7.2(transitive)
Updatedstream-to-string@^1.2.0