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
0
Versions
981
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.0.0-PR1064-20240712192359 to 0.0.0-PR1064-20240715182020

2

dist/es/index.js

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

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

@@ -8,0 +8,0 @@

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

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

@@ -12,0 +12,0 @@

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

"license": "MIT",
"version": "0.0.0-PR1064-20240712192359",
"version": "0.0.0-PR1064-20240715182020",
"publishConfig": {

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

"dependencies": {
"@khanacademy/perseus-core": "1.4.2"
"@khanacademy/perseus-core": "1.5.0"
},

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

@@ -1,3 +0,2 @@

simple-markdown
===============
# @khanacademy/simple-markdown

@@ -7,4 +6,3 @@ simple-markdown is a markdown-like parser designed for simplicity

Philosophy
----------
## Philosophy

@@ -35,4 +33,3 @@ Most markdown-like parsers aim for [speed][marked] or

Getting started
---------------
## Getting started

@@ -43,4 +40,4 @@ First, let's parse and output some generic markdown using

If you want to run these examples in
node, you should run `npm install` in the simple-markdown
folder or `npm install simple-markdown` in your project's
node, you should run `yarn` in the simple-markdown
folder or `yarn add simple-markdown` in your project's
folder. Then you can acquire the `SimpleMarkdown` variable

@@ -113,4 +110,3 @@ with:

Adding a simple extension
-------------------------
## Adding a simple extension

@@ -230,4 +226,3 @@ Let's add an underline extension! To do this, we'll need to create

Basic parsing/output API
------------------------
## Basic parsing/output API

@@ -258,4 +253,3 @@ #### `SimpleMarkdown.defaultBlockParse(source)`

Extension Overview
------------------
## Extension Overview

@@ -376,4 +370,3 @@ Elements in simple-markdown are generally created from rules.

Extension API
-------------
## Extension API

@@ -453,9 +446,3 @@ simple-markdown includes access to the default list of rules,

Extension rules helper functions
--------------------------------
*Coming soon*
LICENSE
-------
## LICENSE
MIT. See the LICENSE file for text.
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