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-PR2089-20250114154030 to 0.0.0-PR2089-20250114154839

2

dist/index.d.ts

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

export * from "./data-schema";
export { pluck, mapObject, clone } from "./utils/object-utils";
export { pluck, mapObject } from "./utils/objective_";
export { default as Util } from "./utils/util";
export type { GridDimensions, Position } from "./utils/util";
/**
<<<<<<<< HEAD:packages/perseus-core/src/utils/object-utils.ts
* Utilities for objects
========
* _ utilities for objects
>>>>>>>> main:packages/perseus-core/src/utils/objective_.ts
*/

@@ -35,2 +31,1 @@ /**

export declare const mapObject: <K extends string, V, U>(obj: Record<K, V>, lambda: (arg1: V, arg2: K) => U) => Record<K, U>;
export declare const clone: <T>(obj: T) => T;

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

"license": "MIT",
"version": "0.0.0-PR2089-20250114154030",
"version": "0.0.0-PR2089-20250114154839",
"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