rehype-stringify
Advanced tools
Comparing version 7.0.0 to 8.0.0
'use strict' | ||
var xtend = require('xtend') | ||
var toHTML = require('hast-util-to-html') | ||
@@ -9,3 +8,3 @@ | ||
function stringify(config) { | ||
var settings = xtend(config, this.data('settings')) | ||
var settings = Object.assign({}, config, this.data('settings')) | ||
@@ -12,0 +11,0 @@ this.Compiler = compiler |
{ | ||
"name": "rehype-stringify", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"description": "rehype plugin to serialize HTML", | ||
@@ -32,9 +32,10 @@ "license": "MIT", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"types/index.d.ts" | ||
], | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
"hast-util-to-html": "^7.0.0", | ||
"xtend": "^4.0.0" | ||
"hast-util-to-html": "^7.1.1" | ||
}, | ||
"xo": false | ||
} |
@@ -27,5 +27,5 @@ # rehype-stringify | ||
<td width="20%" align="center"> | ||
<a href="https://zeit.co"><img src="https://avatars1.githubusercontent.com/u/14985020?s=400&v=4"></a> | ||
<a href="https://vercel.com"><img src="https://avatars1.githubusercontent.com/u/14985020?s=400&v=4"></a> | ||
<br><br>🥇 | ||
<a href="https://zeit.co">ZEIT</a> | ||
<a href="https://vercel.com">Vercel</a> | ||
</td> | ||
@@ -32,0 +32,0 @@ <td width="20%" align="center"> |
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
7470
1
4
31
- Removedxtend@^4.0.0
Updatedhast-util-to-html@^7.1.1