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

frack-settings

Package Overview
Dependencies
Maintainers
1
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.0.8 to 0.0.9

2

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

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

@@ -1,8 +0,8 @@

import { resolve } from 'path'
import deepMerge from 'deepmerge'
import defaultSettings from './defaultSettings'
import { existsSync } from 'fs'
import has from 'lodash/fp/has'
import deepMerge from 'deepmerge'
import defaultSettings from './defaultSettings'
import { resolve } from 'path'
const frackRcPath = resolve(process.cwd(), './.frackrc.js')
const frackRcPath = resolve(process.cwd(), '.frackrc.js')

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