Socket
Socket
Sign inDemoInstall

baset-baseliner-md

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baset-baseliner-md - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.9.1"></a>
## [0.9.1](https://github.com/Igmat/baset/compare/v0.9.0...v0.9.1) (2018-03-06)
### Bug Fixes
* **baseliner-md:** hotfix for error whith missing initial baeline ([27faecd](https://github.com/Igmat/baset/commit/27faecd))
<a name="0.9.0"></a>

@@ -8,0 +19,0 @@ # [0.9.0](https://github.com/Igmat/baset/compare/v0.8.0...v0.9.0) (2018-03-03)

2

dist/index.js

@@ -82,2 +82,4 @@ "use strict";

this.parse = (baseline) => {
if (!baseline.trim())
return { json: '', knownEntities: [] };
const mdTree = markdown_1.markdown.parse(baseline);

@@ -84,0 +86,0 @@ const paraNodes = mdTree.slice(1);

2

package.json
{
"name": "baset-baseliner-md",
"version": "0.9.0",
"version": "0.9.1",
"description": "JSON baseliner plugin for BaseT project.",

@@ -5,0 +5,0 @@ "author": "Ihor Chulinda <ichulinda@gmail.com>",

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