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

fable-settings

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-settings - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

package.json
{
"name": "fable-settings",
"version": "3.0.9",
"version": "3.0.10",
"description": "A simple, tolerant configuration chain.",

@@ -5,0 +5,0 @@ "main": "source/Fable-Settings.js",

@@ -8,3 +8,3 @@ /**

if ((typeof(window) === 'object') && !window.hasOwnProperty('FableSettings'))
if ((typeof(window) === 'object') && !('FableSettings' in window))
{

@@ -11,0 +11,0 @@ window.FableSettings = libNPMModuleWrapper;

@@ -31,3 +31,3 @@ /**

if (process.env.hasOwnProperty(tmpEnvironmentVariableName))
if (tmpEnvironmentVariableName in process.env)
{

@@ -34,0 +34,0 @@ return process.env[tmpEnvironmentVariableName];

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