New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remarkable

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remarkable - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

7

package.json
{
"name": "remarkable",
"description": "Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.",
"version": "1.7.2",
"version": "1.7.3",
"homepage": "https://github.com/jonschlinkert/remarkable",

@@ -60,3 +60,5 @@ "maintainers": [

"test-ci": "nyc mocha -R spec --bail",
"coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls"
"coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls",
"build": "make browserify",
"prepublishOnly": "make browserify"
},

@@ -70,2 +72,3 @@ "dependencies": {

"benchmark": "^1.0.0",
"browserify": "^16.3.0",
"commonmark": "0.12.0",

@@ -72,0 +75,0 @@ "gulp-format-md": "^0.1.10",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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