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

netlify-headers-parser

Package Overview
Dependencies
Maintainers
15
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-headers-parser - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

14

package.json
{
"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 @@

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