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

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/validation - npm Package Compare versions

Comparing version 0.1.269 to 0.1.270

4

dist/mint-config/upgrades/upgradeToDocsConfig.js

@@ -164,5 +164,5 @@ var __rest = (this && this.__rest) || function (s, e) {

}
: {})), (config.background || config.backgroundImage || config.colors.background
: {})), (config.background || config.backgroundImage || (config.colors && config.colors.background)
? {
background: Object.assign(Object.assign(Object.assign({}, (config.backgroundImage ? { image: config.backgroundImage } : {})), { decoration: (_r = config.background) === null || _r === void 0 ? void 0 : _r.style }), (config.colors.background
background: Object.assign(Object.assign(Object.assign({}, (config.backgroundImage ? { image: config.backgroundImage } : {})), { decoration: (_r = config.background) === null || _r === void 0 ? void 0 : _r.style }), (config.colors && config.colors.background
? {

@@ -169,0 +169,0 @@ color: {

{
"name": "@mintlify/validation",
"version": "0.1.269",
"version": "0.1.270",
"description": "Validates mint.json files",

@@ -63,3 +63,3 @@ "author": "Mintlify, Inc.",

},
"gitHead": "6140b8738e10c4b5ce740baebe20df6e6e3bd910"
"gitHead": "5e7e625b579b91aedf08ce69e8a723d2af804b31"
}

Sorry, the diff of this file is not supported yet

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