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-PR2223-20250213002826 to 0.0.0-PR2223-20250213203151

3

dist/analytics.d.ts

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

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

@@ -50,1 +50,2 @@ * A type union of all the events that any package in the Perseus ecosystem can

export type AnalyticsEventHandlerFn = (event: PerseusAnalyticsEvent) => Promise<void>;
export {};

@@ -13,3 +13,3 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics";

export * as GrapherUtil from "./utils/grapher-util";
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, } from "./parse-perseus-json";
export { parsePerseusItem, parseAndMigratePerseusItem, parseAndMigratePerseusArticle, type ParseFailureDetail, } from "./parse-perseus-json";
export { isSuccess, isFailure, type Result, type Success, type Failure, } from "./parse-perseus-json/result";

@@ -16,0 +16,0 @@ export { libVersion } from "./version";

@@ -17,2 +17,1 @@ export * from "./any";

export * from "./union";
export * from "./unknown";

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

"license": "MIT",
"version": "0.0.0-PR2223-20250213002826",
"version": "0.0.0-PR2223-20250213203151",
"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