New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@khanacademy/perseus-core

Package Overview
Dependencies
Maintainers
0
Versions
809
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-PR2240-20250213212424 to 0.0.0-PR2240-20250213221900

28

dist/analytics.d.ts

@@ -18,6 +18,18 @@ type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD";

payload: {
widgetSubType: string;
widgetType: string;
widgetId: string;
message: string;
userAgent: string;
};
} | {
type: "perseus:widget-rendering-error:ti";
payload: {
widgetSubType: string;
widgetType: string;
widgetId: string;
message: string;
userAgent: string;
};
} | {
type: "perseus:interactive-graph-widget:rendered";

@@ -30,2 +42,9 @@ payload: {

} | {
type: "perseus:widget:rendered:ti";
payload: {
widgetSubType: string;
widgetType: string;
widgetId: string;
};
} | {
type: "perseus:label-image:toggle-answers-hidden";

@@ -40,2 +59,11 @@ payload: null;

} | {
type: "perseus:label-image:toggle-answers-hidden:ti";
payload: null;
} | {
type: "perseus:label-image:marker-interacted-with:ti";
payload: null;
} | {
type: "perseus:label-image:choiced-interacted-with:ti";
payload: null;
} | {
type: "math-input:keypad-closed";

@@ -42,0 +70,0 @@ payload: {

2

package.json

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

"license": "MIT",
"version": "0.0.0-PR2240-20250213212424",
"version": "0.0.0-PR2240-20250213221900",
"publishConfig": {

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

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