Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rehype-stringify

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-stringify - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

types/index.d.ts

3

index.js
'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">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc