remark-rehype
Advanced tools
Comparing version 1.1.0 to 1.2.0
10
index.js
@@ -1,15 +0,5 @@ | ||
/** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer | ||
* @license MIT | ||
* @module remark:rehype | ||
* @fileoverview Bridge / mutate from remark to rehype. | ||
*/ | ||
'use strict'; | ||
/* Dependencies */ | ||
var mdast2hast = require('mdast-util-to-hast'); | ||
/* Expose. */ | ||
module.exports = attacher; | ||
@@ -16,0 +6,0 @@ |
{ | ||
"name": "remark-rehype", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "rehype support for remark", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"mdast-util-to-hast": "^1.0.0" | ||
"mdast-util-to-hast": "^2.1.1" | ||
}, | ||
@@ -28,3 +28,3 @@ "files": [ | ||
"esmangle": "^1.0.1", | ||
"nyc": "^8.1.0", | ||
"nyc": "^10.0.0", | ||
"rehype-stringify": "^2.0.0", | ||
@@ -37,3 +37,3 @@ "remark-cli": "^2.0.0", | ||
"unified": "^5.0.0", | ||
"xo": "^0.16.0" | ||
"xo": "^0.17.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
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
6404
4
33
+ Addeddetab@2.0.4(transitive)
+ Addedmdast-util-to-hast@2.5.0(transitive)
+ Addedmdurl@1.0.1(transitive)
+ Addedunist-util-generated@1.1.6(transitive)
+ Addedunist-util-position@3.1.0(transitive)
- Removeddetab@1.0.2(transitive)
- Removedmdast-util-to-hast@1.0.0(transitive)
- Removednormalize-uri@1.1.3(transitive)
- Removedunist-util-position@2.0.1(transitive)
Updatedmdast-util-to-hast@^2.1.1