commonmark
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -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 @@ |
@@ -645,2 +645,3 @@ "use strict"; | ||
this.breakOutOfLists(container); | ||
container = this.tip; | ||
} | ||
@@ -647,0 +648,0 @@ |
{ "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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
2
328
4
1
410880
16
5893
Updatedmdurl@~ 1.0.1