Socket
Socket
Sign inDemoInstall

etc-yaml

Package Overview
Dependencies
25
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

etc-yaml.js

@@ -8,3 +8,3 @@ var yaml = require('js-yaml')

etc.parseYAML = function(filePath) {
return yaml.safeLoad(fs.readFileSync(filePath, 'utf8'));
return yaml.load(fs.readFileSync(filePath, 'utf8'));
};

@@ -11,0 +11,0 @@

{
"name": "etc-yaml",
"version": "0.0.5",
"version": "0.0.6",
"description": "YAML configuration parser for `etc`",

@@ -14,7 +14,7 @@ "main": "etc-yaml.js",

"dependencies": {
"js-yaml": "~3.0.2"
"js-yaml": "^4.0.0"
},
"devDependencies": {
"etc": "*",
"mocha": "~1.4.0"
"mocha": "^8.2.1"
},

@@ -21,0 +21,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc