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

@slimio/config

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slimio/config - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

2

package.json
{
"name": "@slimio/config",
"version": "0.17.0",
"version": "0.17.1",
"description": "SlimIO Reactive JSON Config loaded",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -92,3 +92,3 @@ "use strict";

}
this.configFile = configFilePath;
this.configFile = ext === "" ? `${configFilePath}${defaultExtension}` : configFilePath;
this.schemaFile = `${join(dir, name)}.schema.json`;

@@ -95,0 +95,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