Socket
Socket
Sign inDemoInstall

markdown-it-slack

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-slack - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

.eslintrc.json

19

package.json
{
"name": "markdown-it-slack",
"version": "1.0.5",
"version": "1.1.0",
"description": "Renders *bold* to <strong>bold</strong>",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"preversion": "npm test",
"postpublish": "git push && git push --tags",
"test": "node test.js"
"lint": "eslint *.js **/*.js",
"pretest": "npm run lint",
"test": "NODE_ENV=test mocha $(find test -name '*.spec.js')",
"posttest": "assert-version-bump && assert-changelog-update"
},

@@ -25,5 +26,13 @@ "repository": {

"devDependencies": {
"@invisible/changelog-update": "^1.1.0",
"@invisible/eslint-config": "^1.3.2",
"@invisible/publish": "^2.0.0",
"eslint": "^4.18.0",
"markdown-it": "^8.1.0",
"mocha": "^5.0.1",
"power-assert": "^1.4.2"
},
"dependencies": {
"markdown-it-emoji": "^1.4.0"
}
}

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