Socket
Socket
Sign inDemoInstall

metalsmith-markdown

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-markdown - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

94

History.md
# Latest
## 1.0.0 / 2018-07-17
* Fixed API
* Upgraded to Marked 0.4.0 #31
* Fixed security issue with Buffer #29
* Ensure key is string #24
* Cross platform path separators (Windows) #16
* Strict file endings #10
* Allow missing keys #9
* Docs: Usage with highlighting lib #6
* Updated all packages
Check for [unreleased][] changes.
## [1.3.0][] - 2019-10-30
- Updated packages
- `marked` [v0.7.0](https://github.com/markedjs/marked/releases/tag/v0.7.0)
- `eslint`
- `eslint-config-prettier`
- `eslint-plugin-prettier`
- `mocha`
- `prettier`
## [1.2.0][] - 2019-02-20
- Docs updated
- Updated packages
- `debug`
- `marked`
- `eslint`
- `eslint-config-prettier`
- `eslint-plugin-prettier`
- `mocha`
- `prettier`
# Previous
## 0.2.2 / 2018-01-09
## [1.1.0][] - 2018-10-26
* update marked dependency to fix security issue
- Updated packages
- `debug`
- `marked`
- `eslint`
- `eslint-config-prettier`
- `eslint-plugin-prettier`
- `prettier`
## 0.2.1 - February 6, 2013
## [1.0.1][] - 2018-09-14
* add debug statements
- Added Prettier and ESLint
- Updated Badges
- Updated `debug` package
## 0.2.0 - February 5, 2013
## [1.0.0][] - 2018-07-17
* update to use buffers for metalsmith 0.1.0
- Fixed API
- Upgraded to Marked 0.4.0 #31
- Fixed security issue with Buffer #29
- Ensure key is string #24
- Cross platform path separators (Windows) #16
- Strict file endings #10
- Allow missing keys #9
- Docs: Usage with highlighting lib #6
- Updated all packages
## 0.1.0 - February 5, 2013
## [0.2.2][] - 2018-01-09
* add `keys` option
- update marked dependency to fix security issue
## [0.2.1][] - February 6, 2013
- add debug statements
## [0.2.0][] - February 5, 2013
- update to use buffers for metalsmith 0.1.0
## [0.1.0][] - February 5, 2013
- add `keys` option
## 0.0.1 - February 4, 2013
------------------------
---
:sparkles:
---
[unreleased]: https://github.com/segmentio/metalsmith-markdown/compare/v1.2.0...HEAD
[1.3.0]: https://github.com/segmentio/metalsmith-markdown/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/segmentio/metalsmith-markdown/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/segmentio/metalsmith-markdown/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/segmentio/metalsmith-markdown/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/segmentio/metalsmith-markdown/compare/v0.2.2...v1.0.0
[0.2.2]: https://github.com/segmentio/metalsmith-markdown/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/segmentio/metalsmith-markdown/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/segmentio/metalsmith-markdown/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/segmentio/metalsmith-markdown/compare/v0.0.1...v0.1.0

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/segmentio/metalsmith-markdown.git",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",

@@ -17,13 +17,13 @@ "main": "lib/index.js",

"debug": "^4.1.1",
"marked": "^0.6.1"
"marked": "^0.7.0"
},
"devDependencies": {
"assert-dir-equal": "^1.1.0",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"metalsmith": "^2.3.0",
"mocha": "^6.0.0",
"prettier": "^1.16.4"
"mocha": "^6.2.2",
"prettier": "^1.18.2"
}
}

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