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

@paperist/remark-crossref

Package Overview
Dependencies
Maintainers
1
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 0.0.2 to 0.0.3

10

lib/index.js

@@ -18,6 +18,8 @@ "use strict";

const matchStr = matches[1];
const label = matches[2];
const content = matches[2];
const [label, optionStr] = content.split(/\s+/);
return eat(matchStr)({
label,
options: qs.parse(optionStr, ',', '='),
type: 'crossReferenceLabel',
label,
value: matchStr,

@@ -55,7 +57,5 @@ });

const matchStr = matches[1];
const content = matches[2];
const [identifier, optionStr] = content.split(/\s+/);
const identifier = matches[2];
return eat(matchStr)({
identifier,
options: qs.parse(optionStr, ',', '='),
type: 'crossReference',

@@ -62,0 +62,0 @@ value: matchStr,

{
"name": "@paperist/remark-crossref",
"description": "wooorm/remark plugin for corss-references inspired by pandoc-crossref",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {},

@@ -6,0 +6,0 @@ "devDependencies": {

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