netlify-headers-parser
Advanced tools
Comparing version 7.1.3 to 7.1.4
import { promises as fs } from 'fs'; | ||
import { parse as loadToml } from '@iarna/toml'; | ||
import { pathExists } from 'path-exists'; | ||
import { parse as loadToml } from 'toml'; | ||
import { splitResults } from './results.js'; | ||
@@ -5,0 +5,0 @@ // Parse `headers` field in "netlify.toml" to an array of objects. |
{ | ||
"name": "netlify-headers-parser", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"description": "Parses Netlify headers into a JavaScript object representation", | ||
@@ -29,2 +29,3 @@ "type": "module", | ||
"dependencies": { | ||
"@iarna/toml": "^2.2.5", | ||
"escape-string-regexp": "^5.0.0", | ||
@@ -34,4 +35,3 @@ "fast-safe-stringify": "^2.0.7", | ||
"map-obj": "^5.0.0", | ||
"path-exists": "^5.0.0", | ||
"toml": "^3.0.0" | ||
"path-exists": "^5.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"typescript": "^5.0.0", | ||
"vitest": "^0.30.1" | ||
"vitest": "^0.34.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "repository": { | ||
"homepage": "https://github.com/netlify/build#readme", | ||
"gitHead": "9c4fb7ba7f7cecedfbeced71de24e01ef0828b90" | ||
"gitHead": "178e6b05e2befca86cbd0ecc73814f9006a129dc" | ||
} |
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
18235
+ Added@iarna/toml@^2.2.5
+ Added@iarna/toml@2.2.5(transitive)
- Removedtoml@^3.0.0
- Removedtoml@3.0.0(transitive)