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

marksy

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marksy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/createRenderer.js

@@ -157,3 +157,5 @@ 'use strict';

return addElement('h' + level, null, text);
return addElement('h' + level, {
id: id
}, text);
};

@@ -160,0 +162,0 @@

{
"name": "marksy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert markdown into react components",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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