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 1.5.0 to 1.5.1

2

components/clickable.js

@@ -212,2 +212,3 @@ // @flow

role={this.props.role}
target={this.props.target}
aria-disabled={this.props.disabled ? "true" : undefined}

@@ -224,2 +225,3 @@ >

role={this.props.role}
target={this.props.target}
aria-disabled={this.props.disabled ? "true" : undefined}

@@ -226,0 +228,0 @@ >

@@ -840,2 +840,3 @@ import { Component, createElement } from 'react';

role: _this.props.role,
target: _this.props.target,
"aria-disabled": _this.props.disabled ? "true" : undefined

@@ -847,2 +848,3 @@ }), _this.props.children(clickableState));

role: _this.props.role,
target: _this.props.target,
"aria-disabled": _this.props.disabled ? "true" : undefined

@@ -849,0 +851,0 @@ }), _this.props.children(clickableState));

@@ -848,2 +848,3 @@ module.exports =

role: _this.props.role,
target: _this.props.target,
"aria-disabled": _this.props.disabled ? "true" : undefined

@@ -855,2 +856,3 @@ }), _this.props.children(clickableState));

role: _this.props.role,
target: _this.props.target,
"aria-disabled": _this.props.disabled ? "true" : undefined

@@ -857,0 +859,0 @@ }), _this.props.children(clickableState));

4

package.json
{
"name": "@khanacademy/wonder-blocks-clickable",
"version": "1.5.0",
"version": "1.5.1",
"design": "v1",

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

},
"gitHead": "768de54e6082e80e2faee6ed6af75303d608c01c"
"gitHead": "7aa04017e8c20479e33c5c0d6b59f8bd3f6379e9"
}
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