Socket
Socket
Sign inDemoInstall

remark-mdx

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-mdx - npm Package Compare versions

Comparing version 2.0.0-ci.18 to 2.0.0-ci.35

6

index.js

@@ -17,3 +17,4 @@ 'use strict'

/* istanbul ignore next - old remark. */
// Old remark.
/* c8 ignore next 14 */
if (

@@ -39,3 +40,4 @@ !warningIssued &&

function add(field, value) {
/* istanbul ignore if - other extensions. */
// Other extensions.
/* c8 ignore next */
if (data[field]) data[field].push(value)

@@ -42,0 +44,0 @@ else data[field] = [value]

{
"name": "remark-mdx",
"version": "2.0.0-ci.18+3a965dbb",
"version": "2.0.0-ci.35+a3ccc0d9",
"description": "remark plugin to add support for mdx",

@@ -35,4 +35,4 @@ "repository": "https://github.com/mdx-js/mdx/tree/master/packages/remark-mdx",

"scripts": {
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js",
"test-api": "uvu test \"\\.js$\"",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
"test-types": "dtslint types",

@@ -50,3 +50,2 @@ "test": "yarn format && yarn test-coverage && yarn test-types"

"remark-stringify": "^9.0.1",
"tape": "^5.0.1",
"to-vfile": "^6.1.0",

@@ -64,3 +63,3 @@ "unified": "^9.0.0",

},
"gitHead": "3a965dbb51d4baa9fa4a5f9916886cfd4c4309e6"
"gitHead": "a3ccc0d986cab6022357de32edc15d0ccc57fc4c"
}
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