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 2.0.1 to 3.0.0

src/index.js

38

package.json
{
"name": "vinyl-contents-tostring",
"version": "2.0.1",
"version": "3.0.0",
"description": "Convert vinyl file content to string",
"main": "lib/index.js",
"main": "src/index.js",
"scripts": {

@@ -10,10 +10,9 @@ "lint": "eslint 'src/*.js' 'test/*.js'",

"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"
"prepare": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perrin4869/vinyl-contents-tostring.git"
"url": "git+https://github.com/dotcore64/vinyl-contents-tostring.git"
},

@@ -30,25 +29,24 @@ "files": [

"bugs": {
"url": "https://github.com/perrin4869/vinyl-contents-tostring/issues"
"url": "https://github.com/dotcore64/vinyl-contents-tostring/issues"
},
"homepage": "https://github.com/perrin4869/vinyl-contents-tostring#readme",
"homepage": "https://github.com/dotcore64/vinyl-contents-tostring#readme",
"dependencies": {
"stream-to-string": "^1.2.0"
"stream-to-string": "^1.2.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"@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",
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.3",
"coveralls": "^3.1.0",
"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"
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"mocha": "^7.1.2",
"nyc": "^15.0.1"
}
}

@@ -45,4 +45,4 @@ # vinyl-contents-tostring

[build-badge]: https://img.shields.io/travis/perrin4869/vinyl-contents-tostring/master.svg?style=flat-square
[build]: https://travis-ci.org/perrin4869/vinyl-contents-tostring
[build-badge]: https://img.shields.io/travis/dotcore64/vinyl-contents-tostring/master.svg?style=flat-square
[build]: https://travis-ci.org/dotcore64/vinyl-contents-tostring

@@ -52,9 +52,9 @@ [npm-badge]: https://img.shields.io/npm/v/vinyl-contents-tostring.svg?style=flat-square

[coveralls-badge]: https://img.shields.io/coveralls/perrin4869/vinyl-contents-tostring/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/perrin4869/vinyl-contents-tostring
[coveralls-badge]: https://img.shields.io/coveralls/dotcore64/vinyl-contents-tostring/master.svg?style=flat-square
[coveralls]: https://coveralls.io/r/dotcore64/vinyl-contents-tostring
[dependency-status-badge]: https://david-dm.org/perrin4869/vinyl-contents-tostring.svg?style=flat-square
[dependency-status]: https://david-dm.org/perrin4869/vinyl-contents-tostring
[dependency-status-badge]: https://david-dm.org/dotcore64/vinyl-contents-tostring.svg?style=flat-square
[dependency-status]: https://david-dm.org/dotcore64/vinyl-contents-tostring
[dev-dependency-status-badge]: https://david-dm.org/perrin4869/vinyl-contents-tostring/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/perrin4869/vinyl-contents-tostring#info=devDependencies
[dev-dependency-status-badge]: https://david-dm.org/dotcore64/vinyl-contents-tostring/dev-status.svg?style=flat-square
[dev-dependency-status]: https://david-dm.org/dotcore64/vinyl-contents-tostring#info=devDependencies
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