Socket
Socket
Sign inDemoInstall

remark-footnotes

Package Overview
Dependencies
0
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

types/index.d.ts

31

package.json
{
"name": "remark-footnotes",
"version": "1.0.0",
"version": "2.0.0",
"description": "remark plugin to add support for pandoc footnotes",

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

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

@@ -34,22 +36,24 @@ ],

"devDependencies": {
"dtslint": "^3.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"rehype-format": "^3.0.1",
"rehype-stringify": "^6.0.0",
"remark-cli": "^7.0.0",
"remark-parse": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"remark-rehype": "^6.0.0",
"remark-stringify": "^7.0.0",
"tape": "^4.0.0",
"rehype-format": "^3.0.0",
"rehype-stringify": "^8.0.0",
"remark-cli": "^8.0.0",
"remark-parse": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"remark-rehype": "^7.0.0",
"remark-stringify": "^8.0.0",
"tape": "^5.0.0",
"to-vfile": "^6.0.0",
"unified": "^8.0.0",
"unified": "^9.0.0",
"unist-builder": "^2.0.0",
"xo": "^0.28.0"
"xo": "^0.33.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . --write && xo --fix",
"test-api": "node test",
"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"
},

@@ -74,2 +78,3 @@ "nyc": {

"rules": {
"unicorn/prefer-optional-catch-binding": "off",
"complexity": "off",

@@ -76,0 +81,0 @@ "no-self-compare": "off",

@@ -53,3 +53,2 @@ # remark-footnotes

var vfile = require('to-vfile')
var report = require('vfile-reporter')
var unified = require('unified')

@@ -167,3 +166,3 @@ var markdown = require('remark-parse')

[build-badge]: https://img.shields.io/travis/remarkjs/remark-footnotes/master.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-footnotes/main.svg

@@ -190,5 +189,5 @@ [build]: https://travis-ci.org/remarkjs/remark-footnotes

[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://spectrum.chat/unified/remark
[chat]: https://github.com/remarkjs/remark/discussions

@@ -199,7 +198,7 @@ [npm]: https://docs.npmjs.com/cli/install

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md
[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

@@ -206,0 +205,0 @@ [license]: license

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc