Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-checkbox

Package Overview
Dependencies
Maintainers
24
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-checkbox - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

3

build/ExpoCheckbox.web.js

@@ -22,3 +22,3 @@ /**

const { color, disabled, onChange, onValueChange, style, value, ...other } = this.props;
const fakeControl = (<View pointerEvents="none" style={[
const fakeControl = (<View style={[
styles.fakeControl,

@@ -64,2 +64,3 @@ value && styles.fakeControlChecked,

...StyleSheet.absoluteFillObject,
pointerEvents: 'none',
alignItems: 'center',

@@ -66,0 +67,0 @@ backgroundColor: '#fff',

@@ -13,2 +13,8 @@ # Changelog

## 2.7.0 — 2023-11-14
### 💡 Others
- Use `pointerEvent` style instead of prop for components on web. ([#24931](https://github.com/expo/expo/pull/24931) by [@EvanBacon](https://github.com/EvanBacon))
## 2.6.0 — 2023-10-17

@@ -15,0 +21,0 @@

{
"name": "expo-checkbox",
"version": "2.6.0",
"version": "2.7.0",
"description": "Basic checkbox for iOS, Android, and web",

@@ -41,3 +41,3 @@ "main": "build/Checkbox.js",

},
"gitHead": "da25937e2a99661cbe5eb60ca1d8d6245fc96a50"
"gitHead": "3142a086578deffd8704a8f1b6f0f661527d836c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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