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.11.1 to 0.12.0

11

CHANGELOG.md

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

<a name="0.12.0"></a>
# [0.12.0](https://github.com/Igmat/baset/compare/v0.11.1...v0.12.0) (2018-05-03)
### Bug Fixes
* **baseliner-md:** changed default ext from .md to .base.md ([6c95d61](https://github.com/Igmat/baset/commit/6c95d61))
<a name="0.11.1"></a>

@@ -8,0 +19,0 @@ ## [0.11.1](https://github.com/Igmat/baset/compare/v0.11.0...v0.11.1) (2018-03-15)

2

dist/index.js

@@ -51,3 +51,3 @@ "use strict";

super(options);
this.ext = '.md';
this.ext = '.base.md';
this.create = (result) => __awaiter(this, void 0, void 0, function* () {

@@ -54,0 +54,0 @@ const results = yield Promise.all(result);

{
"name": "baset-baseliner-md",
"version": "0.11.1",
"version": "0.12.0",
"description": "JSON baseliner plugin for BaseT project.",

@@ -37,3 +37,3 @@ "author": "Ihor Chulinda <ichulinda@gmail.com>",

"@types/pngjs": "^3.3.0",
"baset": "^0.11.1",
"baset": "^0.12.0",
"doctoc": "^1.3.0",

@@ -44,4 +44,4 @@ "tslint": "^5.9.1",

"dependencies": {
"baset-baseliner-json": "^0.11.1",
"baset-core": "^0.11.1",
"baset-baseliner-json": "^0.12.0",
"baset-core": "^0.12.0",
"html-beautify": "^1.0.4",

@@ -48,0 +48,0 @@ "markdown": "^0.5.0",

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