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

@khanacademy/simple-markdown

Package Overview
Dependencies
Maintainers
1
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.9.2 to 0.9.3

6

CHANGELOG.md
# @khanacademy/simple-markdown
## 0.9.3
### Patch Changes
- 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components
## 0.9.2

@@ -4,0 +10,0 @@

1

dist/es/index.js

@@ -1390,3 +1390,2 @@ /* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */

markdownToHtml: markdownToHtml,
// @ts-expect-error [FEI-5003] - TS2322 - Type 'FC<any>' is not assignable to type '(props: { [key: string]: any; source: string; }) => ReactElement'.
ReactMarkdown: ReactMarkdown,

@@ -1393,0 +1392,0 @@ defaultBlockParse: defaultBlockParse,

@@ -172,2 +172,12 @@ /**

}) => ReactElement;
/**
* defaultParse is deprecated, please use `defaultImplicitParse`
* @deprecated
*/
readonly defaultParse: (...args: any[]) => any;
/**
* defaultOutput is deprecated, please use `defaultReactOutput`
* @deprecated
*/
readonly defaultOutput: (...args: any[]) => any;
};

@@ -174,0 +184,0 @@ export type { State, Parser, Output, ReactOutput, HtmlOutput, Capture, MatchFunction, ParseFunction, NodeOutput, ArrayNodeOutput, ReactNodeOutput, ParserRule, ReactOutputRule, HtmlOutputRule, ParserRules, OutputRules, Rules, ReactRules, HtmlRules, SingleASTNode, };

@@ -1393,3 +1393,2 @@ 'use strict';

markdownToHtml: markdownToHtml,
// @ts-expect-error [FEI-5003] - TS2322 - Type 'FC<any>' is not assignable to type '(props: { [key: string]: any; source: string; }) => ReactElement'.
ReactMarkdown: ReactMarkdown,

@@ -1396,0 +1395,0 @@ defaultBlockParse: defaultBlockParse,

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

"license": "MIT",
"version": "0.9.2",
"version": "0.9.3",
"publishConfig": {

@@ -9,0 +9,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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