Socket
Socket
Sign inDemoInstall

vfile-location

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfile-location - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

18

package.json
{
"name": "vfile-location",
"version": "5.0.0",
"version": "5.0.1",
"description": "vfile utility to convert between positional (line and column-based) and offset (range-based) locations",

@@ -42,7 +42,7 @@ "license": "MIT",

"@types/unist": "^2.0.0",
"vfile": "^5.0.0"
"vfile": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"prettier": "^2.0.0",

@@ -64,8 +64,8 @@ "remark-cli": "^11.0.0",

"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},

@@ -80,4 +80,4 @@ "remarkConfig": {

"detail": true,
"strict": true,
"ignoreCatch": true
"ignoreCatch": true,
"strict": true
},

@@ -84,0 +84,0 @@ "xo": {

@@ -115,3 +115,3 @@ # vfile-location

Projects maintained by the unified collective are compatible with maintained
versions of Node.js (as of June 2023, that is Node.js 16+).
versions of Node.js.

@@ -118,0 +118,0 @@ When we cut a new major release, we drop support for unmaintained versions of

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