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

remark-rehype

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-rehype - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

LICENSE

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 @@

8

package.json
{
"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": {

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