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

@khanacademy/simple-markdown

Package Overview
Dependencies
Maintainers
0
Versions
541
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.13.6 to 0.13.7

4

dist/es/index.js

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

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

@@ -295,3 +295,3 @@

}
} catch (e) {
} catch (_unused) {
// invalid URLs should throw a TypeError

@@ -298,0 +298,0 @@ // see for instance: `new URL("");`

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

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

@@ -299,3 +299,3 @@

}
} catch (e) {
} catch {
// invalid URLs should throw a TypeError

@@ -302,0 +302,0 @@ // see for instance: `new URL("");`

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

"license": "MIT",
"version": "0.13.6",
"version": "0.13.7",
"publishConfig": {

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

"dependencies": {
"@khanacademy/perseus-core": "1.5.3"
"@khanacademy/perseus-core": "2.0.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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