mdast-util-to-hast
Advanced tools
Comparing version 9.0.1 to 9.1.0
{ | ||
"name": "mdast-util-to-hast", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "mdast utility to transform to hast", | ||
@@ -34,2 +34,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/mdast": "^3.0.0", | ||
"@types/unist": "^2.0.3", | ||
"collapse-white-space": "^1.0.0", | ||
@@ -46,3 +48,2 @@ "detab": "^2.0.0", | ||
"devDependencies": { | ||
"@types/mdast": "^3.0.0", | ||
"browserify": "^16.0.0", | ||
@@ -49,0 +50,0 @@ "dtslint": "^3.0.0", |
@@ -23,8 +23,2 @@ # mdast-util-to-hast | ||
[npm][] with [TypeScript][] support: | ||
```sh | ||
npm install mdast-util-to-hast @types/mdast | ||
``` | ||
## Use | ||
@@ -350,4 +344,2 @@ | ||
[typescript]: https://www.typescriptlang.org | ||
[license]: license | ||
@@ -354,0 +346,0 @@ |
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
9
32670
11
396
+ Added@types/mdast@^3.0.0
+ Added@types/unist@^2.0.3
+ Added@types/mdast@3.0.15(transitive)