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

@platformatic/metaconfig

Package Overview
Dependencies
Maintainers
6
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/metaconfig - npm Package Compare versions

Comparing version 1.21.0 to 1.21.1

3

errors.js

@@ -11,3 +11,4 @@ 'use strict'

UnableToDetermineVersionError: createError(`${ERROR_PREFIX}_UNABLE_TO_DETERMINE_VERSION`, 'unable to determine the version'),
InvalidConfigFileExtensionError: createError(`${ERROR_PREFIX}_INVALID_CONFIG_FILE_EXTENSION`, 'Invalid config file extension. Only yml, yaml, json, json5, toml, tml are supported.')
InvalidConfigFileExtensionError: createError(`${ERROR_PREFIX}_INVALID_CONFIG_FILE_EXTENSION`, 'Invalid config file extension. Only yml, yaml, json, json5, toml, tml are supported.'),
ModulePropertyExists: createError(`${ERROR_PREFIX}_MODULE_PROPERTY_EXISTS`, 'module property exists in the config file')
}

@@ -40,2 +40,6 @@ 'use strict'

if (data.module !== undefined) {
throw new errors.ModulePropertyExists()
}
if (data.$schema.indexOf('./') === 0) {

@@ -42,0 +46,0 @@ // We assume v0.16

{
"name": "@platformatic/metaconfig",
"version": "1.21.0",
"version": "1.21.1",
"main": "metaconfig.js",

@@ -5,0 +5,0 @@ "description": "Manage mulitple configuration versions at the same time",

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