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

vinyl-contents-tostring

Package Overview
Dependencies
Maintainers
2
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 3.0.0 to 4.0.0

25

package.json
{
"name": "vinyl-contents-tostring",
"version": "3.0.0",
"version": "4.0.0",
"description": "Convert vinyl file content to string",

@@ -11,3 +11,2 @@ "main": "src/index.js",

"cover": "nyc npm test",
"coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls",
"prepare": "npm run test"

@@ -20,3 +19,3 @@ },

"files": [
"lib"
"src"
],

@@ -35,19 +34,19 @@ "keywords": [

"stream-to-string": "^1.2.0",
"vinyl": "^2.2.0"
"vinyl": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/core": "^7.15.5",
"@babel/register": "^7.15.3",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"coveralls": "^3.1.1",
"env-test": "^1.0.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"
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"mocha": "^9.1.2",
"nyc": "^15.1.0"
}
}

@@ -45,4 +45,4 @@ # 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
[build-badge]: https://img.shields.io/github/workflow/status/dotcore64/vinyl-contents-tostring/test/master?style=flat-square
[build]: https://github.com/dotcore64/vinyl-contents-tostring/actions

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

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