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

@khanacademy/simple-markdown

Package Overview
Dependencies
Maintainers
1
Versions
979
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/simple-markdown - npm Package Compare versions

Comparing version 0.11.4 to 0.12.0

8

dist/es/index.js

@@ -5,3 +5,3 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core';

const libName = "@khanacademy/simple-markdown";
const libVersion = "0.11.4";
const libVersion = "0.12.0";
addLibraryVersionToPerseusDebug(libName, libVersion);

@@ -591,6 +591,8 @@

react: function (node, output, state) {
return reactElement("hr", state.key, EMPTY_PROPS);
return reactElement("hr", state.key, {
"aria-hidden": true
});
},
html: function (node, output, state) {
return "<hr>";
return '<hr aria-hidden="true">';
}

@@ -597,0 +599,0 @@ },

@@ -9,3 +9,3 @@ 'use strict';

const libName = "@khanacademy/simple-markdown";
const libVersion = "0.11.4";
const libVersion = "0.12.0";
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);

@@ -595,6 +595,8 @@

react: function (node, output, state) {
return reactElement("hr", state.key, EMPTY_PROPS);
return reactElement("hr", state.key, {
"aria-hidden": true
});
},
html: function (node, output, state) {
return "<hr>";
return '<hr aria-hidden="true">';
}

@@ -601,0 +603,0 @@ },

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.11.4",
"version": "0.12.0",
"publishConfig": {

@@ -32,3 +32,3 @@ "access": "public"

"devDependencies": {
"perseus-build-settings": "^0.3.0"
"perseus-build-settings": "^0.4.1"
},

@@ -35,0 +35,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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