Socket
Socket
Sign inDemoInstall

remark-custom-blocks

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-custom-blocks - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

21

package.json
{
"name": "remark-custom-blocks",
"version": "0.0.13",
"version": "0.0.14",
"repository": {

@@ -22,4 +22,4 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-custom-blocks",

"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=production babel --out-dir dist src",
"test": "npm run prepublish && nyc ava __tests__",
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel --out-dir dist src",
"test": "npm run prepare && nyc ava __tests__",
"coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage/coverage.lcov"

@@ -38,3 +38,16 @@ },

],
"license": "MIT"
"license": "MIT",
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.1",
"del-cli": "^1.0.0",
"eslint": "^4.0.0",
"nyc": "^11.0.2",
"rehype-stringify": "^3.0.0",
"remark-parse": "^3.0.1",
"remark-rehype": "^2.0.1",
"unified": "^6.1.5"
}
}
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