Comparing version 1.2.10 to 1.2.11
11
index.js
@@ -58,2 +58,12 @@ var through = require('through3') | ||
/** | ||
* Deserialize to full nodes but do not collate into a single document. | ||
* | ||
* @function deserializer | ||
*/ | ||
function deserializer() { | ||
var Converter = require('./lib/converter'); | ||
return new Converter(); | ||
} | ||
/** | ||
* Deserialize line-delimited JSON to commonmark nodes. | ||
@@ -191,2 +201,3 @@ * | ||
deserialize: deserialize, | ||
deserializer: deserializer, | ||
parser: parser, | ||
@@ -193,0 +204,0 @@ parse: parse, |
var through = require('through3') | ||
, Node = require('./node'); | ||
// @todo - rename this to collator | ||
/** | ||
@@ -5,0 +7,0 @@ * Converts newline delimited JSON to AST nodes. |
{ | ||
"name": "mkast", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "Abstract syntax tree transformer", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"commonmark": "tmpfs/commonmark.js#refmap", | ||
"commonmark": "tmpfs/commonmark.js#develop", | ||
"stream-lines": "~1.2.0", | ||
@@ -26,0 +26,0 @@ "through3": "~1.1.5" |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
54946
38
1575