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

mdast-util-to-hast

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-to-hast - npm Package Compare versions

Comparing version 12.2.1 to 12.2.2

9

complex-types.d.ts
import type {Literal} from 'hast'
export type Raw = {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
export interface Raw extends Literal {
type: 'raw'
} & Literal
}
/* eslint-disable @typescript-eslint/consistent-type-definitions */
declare module 'hast' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface RootContentMap {

@@ -13,2 +14,3 @@ raw: Raw

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface ElementContentMap {

@@ -18,2 +20,1 @@ raw: Raw

}
/* eslint-enable @typescript-eslint/consistent-type-definitions */
{
"name": "mdast-util-to-hast",
"version": "12.2.1",
"version": "12.2.2",
"description": "mdast utility to transform to hast",

@@ -5,0 +5,0 @@ "license": "MIT",

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