Socket
Socket
Sign inDemoInstall

yaml-front-matter

Package Overview
Dependencies
5
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

0

bin/js-yaml-front.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

9

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [4.1.1](https://github.com/dworthen/js-yaml-front-matter/compare/v4.1.0...v4.1.1) (2020-12-13)
### Bug Fixes
* update dependencies ([70fba4a](https://github.com/dworthen/js-yaml-front-matter/commit/70fba4af22c95eacaf5370a5b198602c452e3d68))
## [4.1.0](https://github.com/dworthen/js-yaml-front-matter/compare/v4.0.0...v4.1.0) (2019-12-24)

@@ -90,3 +97,1 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

@@ -0,0 +0,0 @@ Copyright (c) 2012 - Present Derek Worthen

@@ -8,3 +8,3 @@ {

"module": "src/index.js",
"version": "4.1.0",
"version": "4.1.1",
"keywords": [

@@ -20,15 +20,14 @@ "yaml",

"dependencies": {
"commander": "^2.14.1",
"js-yaml": "^3.10.0"
"commander": "^6.2.0",
"js-yaml": "^3.14.1"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"http-server": "^0.11.1",
"mocha": "^6.2.2",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"mocha": "^8.2.1",
"should": "^13.2.3",
"standard-version": "^7.0.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
"standard-version": "^9.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0"
},

@@ -35,0 +34,0 @@ "bin": {

@@ -0,0 +0,0 @@ # Yaml Front Matter

@@ -0,0 +0,0 @@ var jsYaml = require('js-yaml');

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

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

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

@@ -0,0 +0,0 @@ var fs = require("fs");

@@ -0,0 +0,0 @@ var path = require("path");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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