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

netlify-headers-parser

Package Overview
Dependencies
Maintainers
20
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 7.1.3 to 7.1.4

2

lib/netlify_config_parser.js
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"
}
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