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

markdown-it-link-attributes

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-link-attributes - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

dist/markdown-it-link-attributes.js

19

package.json
{
"name": "markdown-it-link-attributes",
"version": "2.1.0",
"version": "3.0.0",
"description": "A markdown-it plugin to configure the attributes for links",

@@ -11,3 +11,4 @@ "main": "index.js",

"pretest": "npm run lint && npm run build",
"test": "mocha"
"test": "mocha",
"prepublishOnly": "npm run build"
},

@@ -30,12 +31,12 @@ "repository": {

"devDependencies": {
"browserify": "^14.4.0",
"browserify": "^16.5.0",
"chai": "^4.1.2",
"chalk": "^2.1.0",
"check-ecmascript-version-compatibility": "^0.1.1",
"mocha": "^3.0.2",
"rimraf": "^2.5.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.8.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"mocha": "^6.2.1",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"uglify-js": "^3.1.0"

@@ -42,0 +43,0 @@ },

@@ -135,6 +135,7 @@ # markdown-it-link-attributes

_Differences in browser._ If you load script directly into the page, without a package system, the module will add itself globally as `window.markdownitLinkAttributes`.
You need to load `dist/markdown-it-link-attributes.min.js`, if you don't use a build system.
## Testing
This plugin is tested against markdown-it @ 6,7,8 and latest
This plugin is tested against markdown-it @ 9, 10 and latest

@@ -141,0 +142,0 @@ ## License

Sorry, the diff of this file is not supported yet

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