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

@paperist/remark-crossref

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperist/remark-crossref - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib/definitions.js

24

lib/definitions.d.ts
import { UNIST } from 'unist';
declare module 'mdast' {
export namespace MDAST {
interface CrossReferenceLabel extends UNIST.Text {
type: 'crossReferenceLabel';
label: string;
options: { [key: string]: any };
namespace MDAST {
interface CrossReferenceLabel extends UNIST.Text {
type: 'crossReferenceLabel';
label: string;
options: {
[key: string]: any;
};
}
interface CrossReference extends UNIST.Text {
type: 'crossReference';
identifiers: string[];
}
}
interface CrossReference extends UNIST.Text {
type: 'crossReference';
identifiers: string[];
}
}
}

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",

@@ -9,0 +9,0 @@ "files": [

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