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
549
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-PR478-20230414201905 to 0.0.0-PR645-20230815205416

tsconfig-build.json

8

CHANGELOG.md
# @khanacademy/simple-markdown
## 0.0.0-PR478-20230414201905
## 0.0.0-PR645-20230815205416
### 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 @@

2

dist/index.d.ts

@@ -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-PR645-20230815205416",
"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

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