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

@khanacademy/simple-markdown

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-PR478-20230414201905 to 0.0.0-PR666-20230815164857

# @khanacademy/simple-markdown
## 0.0.0-PR478-20230414201905
## 0.0.0-PR666-20230815164857
### Patch Changes
- afb14cff: Add eslint rule to make type imports consistent
## 0.9.3
### Patch Changes
- 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components

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

@@ -20,4 +20,4 @@ /**

*/
import * as React from "react";
import type { Capture, MatchFunction, State } from "./troublesome-types";
import type * as React from "react";
type Attr = string | number | boolean | null | undefined;

@@ -24,0 +24,0 @@ type SingleASTNode = {

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

"license": "MIT",
"version": "0.0.0-PR478-20230414201905",
"version": "0.0.0-PR666-20230815164857",
"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