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
270
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-PR595-20230629191052 to 0.0.0-PR595-20230630145517

2

CHANGELOG.md
# @khanacademy/perseus-core
## 0.0.0-PR595-20230629191052
## 0.0.0-PR595-20230630145517

@@ -5,0 +5,0 @@ ### Patch Changes

@@ -8,3 +8,3 @@ export type PerseusAnalyticsEvent = {

} | {
type: "perseus:keypad-closed";
type: "math-input:keypad-closed";
payload: {

@@ -14,3 +14,3 @@ virtualKeypadVersion: string;

} | {
type: "perseus:keypad-opened";
type: "math-input:keypad-opened";
payload: {

@@ -17,0 +17,0 @@ virtualKeypadVersion: string;

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

"license": "MIT",
"version": "0.0.0-PR595-20230629191052",
"version": "0.0.0-PR595-20230630145517",
"publishConfig": {

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

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

| {
type: "perseus:keypad-closed";
type: "math-input:keypad-closed";
payload: {

@@ -19,3 +19,3 @@ virtualKeypadVersion: string;

| {
type: "perseus:keypad-opened";
type: "math-input:keypad-opened";
payload: {

@@ -22,0 +22,0 @@ virtualKeypadVersion: string;

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