Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

preliminaries-parser-yaml

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.5

3

index.js

@@ -11,3 +11,2 @@ /*!

var extend = require('extend-shallow');
var YAML = require('js-yaml');

@@ -38,3 +37,3 @@

yamlParser.parse = function(str, options) {
var opts = extend({strict: false}, options);
var opts = Object.assign({strict: false}, options);
try {

@@ -41,0 +40,0 @@ return YAML.safeLoad(str, options);

{
"name": "preliminaries-parser-yaml",
"description": "Simple front matter parser that supports YAML, JSON and TOML.",
"version": "1.0.3",
"version": "1.0.5",
"homepage": "https://github.com/josephearl/preliminaries",

@@ -33,3 +33,2 @@ "author": "Joseph Earl (https://github.com/josephearl)",

"dependencies": {
"extend-shallow": "^2.0.1",
"js-yaml": "^3.8.1"

@@ -36,0 +35,0 @@ },

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