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

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 1.0.0 to 2.0.0

README.md

51

package.json
{
"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"
}
}
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