Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-clickable

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.2 to 2.0.3

2

components/clickable.js

@@ -165,3 +165,3 @@ // @flow

type ContextTypes = {|
router: PropTypes.Requireable<any>,
router: $FlowFixMe,
|};

@@ -168,0 +168,0 @@

{
"name": "@khanacademy/wonder-blocks-clickable",
"version": "2.0.2",
"version": "2.0.3",
"design": "v1",

@@ -30,3 +30,3 @@ "description": "Clickable component for Wonder-Blocks.",

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

@@ -33,3 +33,3 @@ // @flow

router?: any,
): React.ComponentType<> {
): React.ComponentType<React.ElementConfig<typeof ClickableBehavior>> {
if (router && skipClientNav !== true && href && !isExternalUrl(href)) {

@@ -36,0 +36,0 @@ return ClickableBehaviorWithRouter;

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