Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

commonmark

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonmark - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

dist/commonmark.js

10

changelog.txt

@@ -0,1 +1,11 @@

[0.22.1]
* README: Use an https URL for commonmark.js (#71).
* README: Fixed typo (#70).
* Reset `container` after closing containing lists (#67).
* Use mdurl 1.0.1, to avoid problems with Google closure
compiler (#66).
* Adjusted .npmignore so the package doesn't include
extraneous files (#72, Hypercubed).
[0.22.0]

@@ -2,0 +12,0 @@

1

lib/blocks.js

@@ -645,2 +645,3 @@ "use strict";

this.breakOutOfLists(container);
container = this.tip;
}

@@ -647,0 +648,0 @@

4

package.json
{ "name": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.22.0",
"version": "0.22.1",
"homepage": "http://commonmark.org",

@@ -21,3 +21,3 @@ "keywords":

"entities": "~ 1.1.1",
"mdurl": "~ 1.0.0",
"mdurl": "~ 1.0.1",
"string.prototype.repeat": "^0.2.0"

@@ -24,0 +24,0 @@ },

@@ -38,4 +38,5 @@ commonmark.js

suitable for linking into a web page, or fetch the latest
from <http://spec.commonmark.org/js/commonmark.js>, or
`bower install commonmark`.
from
<https://raw.githubusercontent.com/jgm/commonmark.js/master/dist/commonmark.js>,
or `bower install commonmark`.

@@ -155,4 +156,4 @@ To run tests for the JavaScript library:

Node's children.
- `prependChild(child)`: Prepend a Node `child` to the end of the
Node's children.
- `prependChild(child)`: Prepend a Node `child` to the
beginning of the Node's children.
- `unlink()`: Remove the Node from the tree, severing its links

@@ -159,0 +160,0 @@ with siblings and parents, and closing up gaps as needed.

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

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