Socket
Socket
Sign inDemoInstall

remarked

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-beta to 0.1.1-beta

4

package.json
{
"name": "remarked",
"description": "Markdown parser and lexer. Fork of marked.js, with unit tests, clean and organized code-base, and doesn't generate unwanted HTML (e.g. heading ids).",
"version": "0.1.0-beta",
"description": "Markdown parser and lexer (fork of marked.js).",
"version": "0.1.1-beta",
"homepage": "https://github.com/jonschlinkert/remarked",

@@ -6,0 +6,0 @@ "author": {

# remarked [![NPM version](https://badge.fury.io/js/remarked.png)](http://badge.fury.io/js/remarked)
> Markdown parser and lexer. Fork of marked.js, with unit tests, clean and organized code-base, and doesn't generate unwanted HTML (e.g. heading ids).
> Markdown parser and lexer (fork of marked.js).
## Install
Install with [npm](npmjs.org):
```bash
npm i remarked --save
npm i remarked --save-dev
```
## Goals
## Project goals:
Most of these goals are focused on making the project easier to maintain and contribute to:
- [x] Unit tests

@@ -25,10 +23,16 @@ - [ ] Better test coverage (started). Many more tests are needed, I'd also like to move the code inline instead of reading from files wherever reasonable.

## Why?
Assemble used marked.js extensively, but given the massive amount of time and effort that we've put into fixing marked-related issues (due to breaking changes that were introduced without bumping the minor version), we've decided to maintain a fork so that our user base can have a more reliable experience going forward.
## Author
**Jon Schlinkert**
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright (c) 2014 Jon Schlinkert, contributors.

@@ -35,0 +39,0 @@ Released under the MIT license

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