vfile-location
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -14,5 +14,3 @@ /** | ||
*/ | ||
export function location( | ||
file: string | Uint8Array | VFile | ||
): { | ||
export function location(file: string | Uint8Array | VFile): { | ||
toPoint: (offset: Offset) => FullPoint | ||
@@ -19,0 +17,0 @@ toOffset: (point: PositionalPoint) => Offset |
{ | ||
"name": "vfile-location", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "vfile utility to convert between positional (line and column-based) and offset (range-based) locations", | ||
@@ -38,3 +38,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/unist": "^2.0.0" | ||
"@types/unist": "^2.0.0", | ||
"vfile": "^5.0.0" | ||
}, | ||
@@ -51,3 +52,2 @@ "devDependencies": { | ||
"typescript": "^4.0.0", | ||
"vfile": "^5.0.0", | ||
"xo": "^0.39.0" | ||
@@ -54,0 +54,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
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
10
9170
2
92
+ Addedvfile@^5.0.0
+ Addedis-buffer@2.0.5(transitive)
+ Addedunist-util-stringify-position@3.0.3(transitive)
+ Addedvfile@5.3.7(transitive)
+ Addedvfile-message@3.1.4(transitive)