Socket
Socket
Sign inDemoInstall

micromark-extension-gfm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-extension-gfm - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

types/html.d.ts

18

package.json
{
"name": "micromark-extension-gfm",
"version": "0.3.2",
"version": "0.3.3",
"description": "micromark extension to support GFM (GitHub Flavored Markdown)",

@@ -29,3 +29,5 @@ "license": "MIT",

],
"types": "types/index.d.ts",
"files": [
"types/*.d.ts",
"index.js",

@@ -38,3 +40,3 @@ "html.js",

"micromark-extension-gfm-autolink-literal": "~0.5.0",
"micromark-extension-gfm-strikethrough": "~0.6.0",
"micromark-extension-gfm-strikethrough": "~0.6.5",
"micromark-extension-gfm-table": "~0.4.0",

@@ -45,2 +47,3 @@ "micromark-extension-gfm-tagfilter": "~0.3.0",

"devDependencies": {
"dtslint": "^4.0.0",
"hast-util-select": "^4.0.0",

@@ -56,3 +59,3 @@ "hast-util-to-text": "^2.0.0",

"unified": "^9.0.0",
"xo": "^0.36.0"
"xo": "^0.38.0"
},

@@ -63,3 +66,4 @@ "scripts": {

"test-coverage": "nyc --reporter lcov tape test/index.js",
"test": "npm run format && npm run test-coverage"
"test-types": "dtslint types",
"test": "npm run format && npm run test-coverage && npm run test-types"
},

@@ -83,4 +87,8 @@ "nyc": {

"esnext": false,
"ignores": [
"types"
],
"rules": {
"guard-for-in": "off"
"guard-for-in": "off",
"unicorn/no-array-for-each": "off"
}

@@ -87,0 +95,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