markdown-it-link-attributes
Advanced tools
Comparing version 2.1.0 to 3.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13564
7
122
144
1
4