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

@unifig/core

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unifig/core - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "@unifig/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Universal, typed and validated configuration manager",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "8578b78265ddc8eca2382bb4fe184a3e3d4fe8dd"
"gitHead": "254a28e9924f0d3148123d18357d02558a8c5249"
}

@@ -88,3 +88,3 @@ <h1 align="center">Unifig</h1>

console.log(Config.values(Settings).port); // output: 3000
console.log(Config.getValues(Settings).port); // output: 3000
}

@@ -109,6 +109,6 @@

config.log(Config.values(Settings).someProperty)
config.log(Config.values(AnotherSettings).someProperty)
config.log(Config.values(MoreAnotherSettings).someProperty)
config.log(Config.values(YetMoreAnotherSettings).someProperty)
config.log(Config.getValues(Settings).someProperty)
config.log(Config.getValues(AnotherSettings).someProperty)
config.log(Config.getValues(MoreAnotherSettings).someProperty)
config.log(Config.getValues(YetMoreAnotherSettings).someProperty)
}

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