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

remark-captions

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-captions - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

package.json
{
"name": "remark-captions",
"version": "1.0.7",
"version": "1.0.8",
"repository": {

@@ -15,3 +15,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions",

"scripts": {
"pretest": "eslint src",
"pretest": "eslint .",
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist",

@@ -49,3 +49,3 @@ "test": "jest",

"rehype-stringify": "^3.0.0",
"remark-parse": "^4.0.0",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.0",

@@ -52,0 +52,0 @@ "unified": "^6.1.5"

@@ -7,3 +7,3 @@ const clone = require('clone')

table: 'Table:',
code: 'Code:'
code: 'Code:',
}

@@ -13,3 +13,3 @@

blockquote: 'Source:',
image: 'Figure:'
image: 'Figure:',
}

@@ -130,3 +130,3 @@

type: 'text',
value: firstTextLine.trimLeft() // remove the " " after the {prefix}:
value: firstTextLine.trimLeft(), // remove the " " after the {prefix}:
})

@@ -133,0 +133,0 @@

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