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-PR837-20231204221956 to 0.0.0-PR838-20231204222155

6

CHANGELOG.md
# @khanacademy/perseus-core
## 0.0.0-PR837-20231204221956
## 0.0.0-PR838-20231204222155
### 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

@@ -10,0 +6,0 @@

2

dist/analytics.d.ts

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

export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD";
export type VirtualKeypadVersion = "PERSEUS_MATH_INPUT" | "MATH_INPUT_KEYPAD_V1" | "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-PR837-20231204221956",
"version": "0.0.0-PR838-20231204222155",
"publishConfig": {

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

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

@@ -3,0 +5,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