New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mdsvex

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdsvex - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

138

package.json
{
"name": "mdsvex",
"version": "0.5.3",
"description": "Markdown preprocessor for Svelte",
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
"repository": "https://github.com/pngwn/MDsveX",
"scripts": {
"build": "rollup -c",
"lint": "eslint 'src/' 'test/' --ext .js,.ts",
"test": "yarn lint & jest --verbose",
"test:watch": "jest --verbose --watch",
"test:cov": "yarn lint && jest --verbose --coverage"
},
"keywords": [
"test",
"preprocessor",
"mdx",
"markdown",
"svelte"
],
"author": "pngwn <hello@pngwn.io>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"highlight.js": "^9.15.10",
"jest": "^24.9.0",
"markdown-it-container": "^2.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-testgen": "^0.1.6",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"rollup": "^1.20.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.0",
"rollup-plugin-typescript": "^1.0.0",
"svelte": "^3.9.1",
"ts-jest": "^24.0.2",
"ts-lib": "^0.0.5",
"ts-node": "^8.3.0",
"tslib": "^1.10.0",
"typescript": "^3.6.2",
"typescript-eslint-parser": "^22.0.0"
},
"peerDependencies": {
"svelte": "3.x"
},
"dependencies": {
"entities": "^2.0.0",
"front-matter": "^3.0.1",
"markdown-it": "^9.1.0",
"path-browserify": "^1.0.0",
"punycode": "^2.1.1"
}
"name": "mdsvex",
"version": "0.6.0",
"description": "Markdown preprocessor for Svelte",
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
"browser": "dist/main.browser.js",
"repository": "https://github.com/pngwn/MDsveX",
"scripts": {
"build": "rollup -c",
"lint": "eslint 'src/' 'test/' --ext .js,.ts",
"test": "uvu -r esm test test.js$",
"test:watch": "node -r esm ./test/_scripts/test_watch.js --verbose",
"test:cov": "yarn lint && jest --verbose --coverage",
"generate_files": "node -r esm ./test/_scripts/generate_markdown_html.js"
},
"files": [
"dist/*"
],
"keywords": [
"test",
"preprocessor",
"mdx",
"markdown",
"svelte"
],
"author": "pngwn <hello@pngwn.io>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^2.2.1",
"@starptech/prettyhtml-hast-to-html": "^0.10.0",
"@types/node": "^12.7.10",
"cheap-watch": "^1.0.2",
"escape-html": "^1.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.2",
"esm": "^3.2.25",
"front-matter": "^3.0.2",
"highlight.js": "^9.16.2",
"jest-diff": "^24.9.0",
"js-yaml": "^3.13.1",
"kleur": "^3.0.3",
"node-fetch": "^2.6.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.0",
"prism-svelte": "^0.4.6",
"rehype-slug": "^2.0.3",
"rehype-toc": "^2.2.2",
"remark-autolink-headings": "^5.2.1",
"remark-containers": "^1.1.1",
"remark-external-links": "^5.0.0",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"remark-slug": "^5.1.2",
"retext": "^7.0.1",
"retext-smartypants": "^3.0.3",
"rollup": "^1.27.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.1",
"svelte": "^3.14.1",
"toml": "^3.0.0",
"unified": "^8.4.2",
"uvu": "^0.0.10",
"yarn": "^1.19.0",
"zora": "^3.1.9"
},
"peerDependencies": {
"svelte": "3.x"
},
"dependencies": {
"prismjs": "^1.17.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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