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
469
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-PR2085-20250110233530 to 0.0.0-PR2085-20250111001041

23

dist/data-schema.d.ts

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

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

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

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

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

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

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

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

"license": "MIT",
"version": "0.0.0-PR2085-20250110233530",
"version": "0.0.0-PR2085-20250111001041",
"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