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

@khanacademy/math-input

Package Overview
Dependencies
Maintainers
1
Versions
1727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/math-input - npm Package Compare versions

Comparing version 0.0.0-PR454-20230330173945 to 0.0.0-PR455-20230331223423

10

CHANGELOG.md
# @khanacademy/math-input
## 0.0.0-PR454-20230330173945
## 0.0.0-PR455-20230331223423
### Patch Changes
- f6220f12: Bump all package versions since the build settings have been updated
- 63560494: Fix imported React types in a couple of files
## 0.7.1
### Patch Changes
- 1f062e98: Bump all package versions since the build settings have been updated
- 406edf6b: Extract strings to dist/string.js instead of dist/strings.

@@ -9,0 +15,0 @@

3

dist/components/keypad/button.d.ts
import * as React from "react";
import type { StyleType } from "@khanacademy/wonder-blocks-core";
import type { Node } from "React";
type Props = {
onPress: () => void;
children: Node;
children: React.ReactNode;
style?: StyleType;

@@ -8,0 +7,0 @@ tintColor?: string;

import * as React from "react";
import type { KeyConfig } from "../../data/key-configs";
import type { StyleType } from "@khanacademy/wonder-blocks-core";
import type { Node } from "React";
export declare const KeypadPageContainer: React.FC<{
children: Node;
children: React.ReactNode;
}>;

@@ -8,0 +7,0 @@ export declare const KeypadButton: React.FC<{

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

"license": "MIT",
"version": "0.0.0-PR454-20230330173945",
"version": "0.0.0-PR455-20230331223423",
"publishConfig": {

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

"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
"perseus-build-settings": "^0.0.0-PR454-20230330173945",
"perseus-build-settings": "^0.1.0",
"prop-types": "15.6.1",

@@ -38,0 +38,0 @@ "react": "^16.8.0",

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 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