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
1
Versions
814
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-PR2156-20250212210759 to 0.0.0-PR2156-20250213154814

2

dist/index.d.ts

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

export { default as getMatcherPublicWidgetOptions, shuffleMatcher, } from "./widgets/matcher/matcher-util";
export { default as RandomUtil } from "./utils/random-util";
export { shuffle, seededRNG, random } from "./utils/random-util";
type RNG = () => number;
declare function shuffle<T>(array: ReadonlyArray<T>, randomSeed: number | RNG, ensurePermuted?: boolean): ReadonlyArray<T>;
export declare const RandomUtil: {
readonly seededRNG: (seed: number) => RNG;
readonly shuffle: typeof shuffle;
readonly random: RNG;
};
export default RandomUtil;
export declare const seededRNG: (seed: number) => RNG;
export declare function shuffle<T>(array: ReadonlyArray<T>, randomSeed: number | RNG, ensurePermuted?: boolean): ReadonlyArray<T>;
export declare const random: RNG;
export {};

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

"license": "MIT",
"version": "0.0.0-PR2156-20250212210759",
"version": "0.0.0-PR2156-20250213154814",
"publishConfig": {

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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