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

@khanacademy/perseus-core

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/perseus-core - npm Package Compare versions

Comparing version 0.0.0-PR814-20231204173447 to 0.0.0-PR837-20231204221956

8

CHANGELOG.md
# @khanacademy/perseus-core
## 0.0.0-PR814-20231204173447
## 0.0.0-PR837-20231204221956
### Minor Changes
- [#794](https://github.com/Khan/perseus/pull/794) [`a91c84fe`](https://github.com/Khan/perseus/commit/a91c84fe53827ff4333220777a9918882b7fe9f0) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing the useV2Keypad apiOption as the V1 keypad is no longer in use.
### Patch Changes
- [#814](https://github.com/Khan/perseus/pull/814) [`3d63dba3`](https://github.com/Khan/perseus/commit/3d63dba32623e6e651f2434a9fec8f5415df7a55) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).
- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

@@ -9,0 +13,0 @@ ## 1.3.0

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

export type VirtualKeypadVersion = "PERSEUS_MATH_INPUT" | "MATH_INPUT_KEYPAD_V1" | "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD";
export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD";
/**

@@ -3,0 +3,0 @@ * A type union of all the events that any package in the Perseus ecosystem can

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

"license": "MIT",
"version": "0.0.0-PR814-20231204173447",
"version": "0.0.0-PR837-20231204221956",
"publishConfig": {

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

export type VirtualKeypadVersion =
| "PERSEUS_MATH_INPUT"
| "MATH_INPUT_KEYPAD_V1"
| "MATH_INPUT_KEYPAD_V2"

@@ -5,0 +3,0 @@ | "REACT_NATIVE_KEYPAD";

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