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

yml

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yml - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

build/main.js

@@ -68,6 +68,8 @@ (function() {

}
if ((env != null) && _.isString(env)) {
options.env = env;
} else {
options = env;
if (env != null) {
if (_.isString(env)) {
options.env = env;
} else {
options = env;
}
}

@@ -74,0 +76,0 @@ loader = new YamlLoader(path, options);

2

package.json
{
"name": "yml",
"version": "0.0.1",
"version": "0.0.2",
"description": "Read Yaml files based on NODE_ENV or passed env + support for encryption",

@@ -5,0 +5,0 @@ "main": "build/main",

Sorry, the diff of this file is not supported yet

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