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

frack-settings

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frack-settings - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

2

package.json
{
"name": "frack-settings",
"version": "0.1.3",
"version": "0.1.5",
"description": "Settings defaults and runtime loader from rc file",

@@ -5,0 +5,0 @@ "license": "MIT",

function checkAppEnv(frackSettings) {
if (!process.env.APP_ENV) {
throw new Error('Enviroment variable APP_ENV is required. Should be one of top level keys in .frackrc.js.')
}
if (typeof frackSettings !== 'object') {

@@ -7,0 +3,0 @@ throw new Error(`Settings should be object instead of ${typeof frackSettings}`)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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