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-PR790-20231103191602 to 0.0.0-PR794-20231204215232

12

CHANGELOG.md
# @khanacademy/perseus-core
## 0.0.0-PR790-20231103191602
## 0.0.0-PR794-20231204215232
### Minor Changes
- [#794](https://github.com/Khan/perseus/pull/794) [`dda3cd24`](https://github.com/Khan/perseus/commit/dda3cd241c84f72e59181ee70d3c9f8f457b87a7) 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) [`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).
## 1.3.0
### Minor Changes
- [#783](https://github.com/Khan/perseus/pull/783) [`79403e06`](https://github.com/Khan/perseus/commit/79403e06eedb597d7818d6c858bbba6f51ff3fe1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Adds 'widgetId' to the 'perseus:widget-rendering-error' analytics event.

@@ -8,0 +18,0 @@

2

dist/analytics.d.ts

@@ -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

@@ -45,3 +45,3 @@ /**

const libName = "@khanacademy/perseus-core";
const libVersion = "1.2.0";
const libVersion = "1.3.0";
addLibraryVersionToPerseusDebug(libName, libVersion);

@@ -48,0 +48,0 @@

@@ -48,3 +48,3 @@ 'use strict';

const libName = "@khanacademy/perseus-core";
const libVersion = "1.2.0";
const libVersion = "1.3.0";
addLibraryVersionToPerseusDebug(libName, libVersion);

@@ -51,0 +51,0 @@

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

"license": "MIT",
"version": "0.0.0-PR790-20231103191602",
"version": "0.0.0-PR794-20231204215232",
"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