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
13
Versions
438
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 0.4.11 to 0.4.12-beta.1

src/utils/omit.js

3

package.json
{
"name": "@netlify/config",
"version": "0.4.11",
"version": "0.4.12-beta.1",
"description": "Netlify config module",

@@ -35,3 +35,2 @@ "main": "src/main.js",

"map-obj": "^4.1.0",
"omit.js": "^1.0.2",
"p-filter": "^2.1.0",

@@ -38,0 +37,0 @@ "path-exists": "^4.0.0",

@@ -19,2 +19,3 @@ require('./utils/polyfills')

const resolveConfig = async function({ cachedConfig, ...opts } = {}) {
console.log('Debug config')
// Performance optimization when @netlify/config caller has already previously

@@ -21,0 +22,0 @@ // called it and cached the result.

const isPlainObj = require('is-plain-obj')
const omit = require('omit.js')
const { EVENTS, LEGACY_EVENTS, normalizeEventHandler } = require('../normalize/events')
const { omit } = require('../utils/omit')

@@ -6,0 +6,0 @@ const { isString, validProperties, deprecatedProperties, insideRootCheck, removeParentDots } = require('./helpers')

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