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

@khanacademy/wonder-blocks-form

Package Overview
Dependencies
Maintainers
1
Versions
612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.4.2 to 1.4.3

2

components/choice-internal.js

@@ -102,3 +102,3 @@ // @flow

getChoiceCoreComponent(): React.ComponentType<> {
getChoiceCoreComponent(): typeof RadioCore | typeof CheckboxCore {
if (this.props.variant === "radio") {

@@ -105,0 +105,0 @@ return RadioCore;

@@ -90,3 +90,3 @@ // @flow

getChoiceComponent(variant: ?string): React.ComponentType<> {
getChoiceComponent(variant: ?string): typeof Radio | typeof Checkbox {
if (variant === "checkbox") {

@@ -93,0 +93,0 @@ return Checkbox;

{
"name": "@khanacademy/wonder-blocks-form",
"version": "1.4.2",
"version": "1.4.3",
"design": "v1",

@@ -32,3 +32,3 @@ "description": "Form components for Wonder Blocks.",

},
"gitHead": "644907d5558f4ab46a8ecb3c7e22be8bd3a9920e"
"gitHead": "59ba7fd38c7639ee60b4e8bfc14117db7ee16761"
}

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

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