New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@khanacademy/wonder-blocks-timing

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-timing - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

tsconfig-build.json

6

CHANGELOG.md
# @khanacademy/wonder-blocks-timing
## 4.0.1
### Patch Changes
- df9a10aa: Update state and props to be readonly in components using getDerivedStateFromProps()
## 4.0.0

@@ -4,0 +10,0 @@

4

dist/util/types.d.ts

@@ -216,3 +216,3 @@ export type SchedulePolicy = "schedule-immediately" | "schedule-on-demand";

*/
export type WithActionSchedulerProps = {
export type WithActionSchedulerProps = Readonly<{
/**

@@ -223,3 +223,3 @@ * An instance of the `IScheduleActions` API to use for scheduling

schedule: IScheduleActions;
};
}>;
export type WithoutActionScheduler<TProps extends object> = Omit<TProps, "schedule">;

@@ -226,0 +226,0 @@ /**

{
"name": "@khanacademy/wonder-blocks-timing",
"private": false,
"version": "4.0.0",
"version": "4.0.1",
"design": "v1",

@@ -6,0 +6,0 @@ "publishConfig": {

@@ -230,3 +230,3 @@ export type SchedulePolicy = "schedule-immediately" | "schedule-on-demand";

*/
export type WithActionSchedulerProps = {
export type WithActionSchedulerProps = Readonly<{
/**

@@ -237,3 +237,3 @@ * An instance of the `IScheduleActions` API to use for scheduling

schedule: IScheduleActions;
};
}>;

@@ -240,0 +240,0 @@ export type WithoutActionScheduler<TProps extends object> = Omit<

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