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

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.14 to 0.0.15

17

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

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

],
"nyc": {
"exclude": [
"dist",
"__tests__"
]
},
"scripts": {
"pretest": "eslint src",
"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"
"test": "jest",
"coverage": "jest --coverage"
},

@@ -40,9 +34,10 @@ "main": "dist/index.js",

"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.1",
"dedent": "^0.7.0",
"del-cli": "^1.0.0",
"eslint": "^4.0.0",
"nyc": "^11.0.2",
"jest": "^20.0.4",
"rehype-stringify": "^3.0.0",

@@ -49,0 +44,0 @@ "remark-parse": "^3.0.1",

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