New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@netlify/config

Package Overview
Dependencies
Maintainers
23
Versions
446
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/config - npm Package Compare versions

Comparing version

to
20.14.0

lib/api/build_settings.d.ts

3

lib/mutations/apply.js

@@ -68,2 +68,5 @@ import { throwUserError } from '../error.js';

redirects: { lastEvent: 'onPostBuild' },
'dev.processing': { lastEvent: 'onPreDev' },
'dev.processing.html': { lastEvent: 'onPreDev' },
'dev.processing.html.injections': { lastEvent: 'onPreDev' },
};

7

package.json
{
"name": "@netlify/config",
"version": "20.13.2",
"version": "20.14.0",
"description": "Netlify config module",

@@ -14,3 +14,4 @@ "type": "module",

"bin.js",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.d.ts"
],

@@ -98,3 +99,3 @@ "author": "Netlify Inc.",

},
"gitHead": "6573e4d27bb60c0b1438ace279791389330286ad"
"gitHead": "7289364df0eeacbb579acf11424a2299bd28ee32"
}