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

@app-config/default-extensions

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-config/default-extensions - npm Package Compare versions

Comparing version 2.4.6 to 2.5.0

10

index.js

@@ -21,2 +21,3 @@ // NOTE: This module "breaks" the circular dependency between different packages.

eqDirective,
parseDirective,
hiddenDirective,

@@ -41,4 +42,4 @@ envDirective,

eqDirective(),
parseDirective(),
hiddenDirective(),
v1Compat(),
envDirective(aliases, environmentOverride, environmentSourceNames),

@@ -49,6 +50,9 @@ envVarDirective(aliases, environmentOverride, environmentSourceNames),

overrideDirective(),
encryptedDirective(symmetricKey),
timestampDirective(),
substituteDirective(aliases, environmentOverride, environmentSourceNames),
gitRefDirectives(),
// these will be removed in v3
v1Compat(true),
gitRefDirectives(undefined, true),
encryptedDirective(symmetricKey, true),
];

@@ -55,0 +59,0 @@ },

{
"name": "@app-config/default-extensions",
"description": "Default parsing extensions for @app-config",
"version": "2.4.6",
"version": "2.5.0",
"license": "MPL-2.0",

@@ -25,6 +25,6 @@ "author": {

"dependencies": {
"@app-config/core": "^2.4.6",
"@app-config/encryption": "^2.4.6",
"@app-config/extensions": "^2.4.6",
"@app-config/git": "^2.4.6",
"@app-config/core": "^2.5.0",
"@app-config/encryption": "^2.5.0",
"@app-config/extensions": "^2.5.0",
"@app-config/git": "^2.5.0",
"@app-config/v1-compat": "^2.1.4"

@@ -31,0 +31,0 @@ },

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