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
468
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-PR2082-20250110232443 to 0.0.0-PR2085-20250110233530

23

dist/data-schema.d.ts

@@ -335,23 +335,29 @@ /**

type: "absolute_value";
coords: null | [vertex: Coord, secondPoint: Coord];
coords: [
Coord,
Coord
];
} | {
type: "exponential";
asymptote: [Coord, Coord];
coords: null | [Coord, Coord];
coords: [Coord, Coord];
} | {
type: "linear";
coords: null | [Coord, Coord];
coords: [Coord, Coord];
} | {
type: "logarithm";
asymptote: [Coord, Coord];
coords: null | [Coord, Coord];
coords: [Coord, Coord];
} | {
type: "quadratic";
coords: null | [vertex: Coord, secondPoint: Coord];
coords: [
Coord,
Coord
];
} | {
type: "sinusoid";
coords: null | [Coord, Coord];
coords: [Coord, Coord];
} | {
type: "tangent";
coords: null | [Coord, Coord];
coords: [Coord, Coord];
};

@@ -927,2 +933,3 @@ export type PerseusGrapherWidgetOptions = {

showButtons: boolean;
width: number;
height: number;

@@ -941,3 +948,3 @@ static: boolean;

url: string;
settings?: ReadonlyArray<PerseusCSProgramSetting>;
settings: ReadonlyArray<PerseusCSProgramSetting>;
width: number | string;

@@ -944,0 +951,0 @@ height: number | string;

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

"license": "MIT",
"version": "0.0.0-PR2082-20250110232443",
"version": "0.0.0-PR2085-20250110233530",
"publishConfig": {

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

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