netlify-headers-parser
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "netlify-headers-parser", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Parses Netlify headers into a JavaScript object representation", | ||
@@ -36,14 +36,14 @@ "type": "module", | ||
"dependencies": { | ||
"escape-string-regexp": "^4.0.0", | ||
"is-plain-obj": "^3.0.0", | ||
"map-obj": "^4.2.1", | ||
"path-exists": "^4.0.0", | ||
"escape-string-regexp": "^5.0.0", | ||
"is-plain-obj": "^4.0.0", | ||
"map-obj": "^5.0.0", | ||
"path-exists": "^5.0.0", | ||
"toml": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@netlify/eslint-config-node": "^4.1.4", | ||
"@netlify/eslint-config-node": "^5.1.4", | ||
"ava": "^3.0.0", | ||
"c8": "^7.11.0", | ||
"husky": "^7.0.4", | ||
"test-each": "^2.0.1" | ||
"test-each": "^3.0.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "files": [ |
import { promises as fs } from 'fs' | ||
import pathExists from 'path-exists' | ||
import { pathExists } from 'path-exists' | ||
@@ -5,0 +5,0 @@ import { splitResults } from './results.js' |
import { promises as fs } from 'fs' | ||
import pathExists from 'path-exists' | ||
import { pathExists } from 'path-exists' | ||
import { parse as loadToml } from 'toml' | ||
@@ -5,0 +5,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
16658
1
+ Addedescape-string-regexp@5.0.0(transitive)
+ Addedis-plain-obj@4.1.0(transitive)
+ Addedmap-obj@5.0.2(transitive)
+ Addedpath-exists@5.0.0(transitive)
- Removedescape-string-regexp@4.0.0(transitive)
- Removedis-plain-obj@3.0.0(transitive)
- Removedmap-obj@4.3.0(transitive)
- Removedpath-exists@4.0.0(transitive)
Updatedescape-string-regexp@^5.0.0
Updatedis-plain-obj@^4.0.0
Updatedmap-obj@^5.0.0
Updatedpath-exists@^5.0.0