Comparing version 0.2.9 to 0.2.12
@@ -10,4 +10,4 @@ (function (exportName) { | ||
* zswang (http://weibo.com/zswang) | ||
* @version 0.2.9 | ||
* @date 2016-07-13 | ||
* @version 0.2.12 | ||
* @date 2017-10-01 | ||
*/ | ||
@@ -378,2 +378,4 @@ /*<function name="decodeHTML">*/ | ||
nextNode.pos = node.pos; | ||
nextNode.line = node.line | ||
nextNode.col = node.col | ||
nextNode.value = code.slice(nextNode.pos, nextNode.endpos); | ||
@@ -380,0 +382,0 @@ parentNode.nodes.splice(i, 1); |
{ | ||
"name": "cbml", | ||
"version": "0.2.9", | ||
"version": "0.2.12", | ||
"description": "CBML Parser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/cbml/cbmljs", |
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
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
19781
5
546