Socket
Socket
Sign inDemoInstall

comfy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comfy - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "comfy",
"version": "0.1.2",
"version": "0.1.3",
"description": "Configure your applications comfortably",

@@ -5,0 +5,0 @@ "main": "src/comfy.js",

@@ -14,3 +14,3 @@ // comfy is good for your health, dummy

function Comfy(env) {
this._env = env;
this.env = env;
}

@@ -78,3 +78,3 @@

var envName = this.nameToEnvKey(name);
var envValue = this._env[envName];
var envValue = this.env[envName];

@@ -85,3 +85,3 @@ if (typeof envValue === "undefined") {

} else {
throw "Required property " + envName + " not present in env:" + this._env;
throw "Required property " + envName + " not present in env:" + this.env;
}

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