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

@expo/html-elements

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/html-elements - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2-canary-20250114-804e26d

expo-html-elements-0.11.2-canary-20250114-804e26d.tgz

4

build/primitives/View.d.ts
import { ClassAttributes, ComponentProps, ComponentType } from 'react';
import { StyleProp, View as NativeView, ViewStyle as NativeViewStyle, BoxShadowValue, FilterFunction } from 'react-native';
import { StyleProp, View as NativeView, ViewStyle as NativeViewStyle, BoxShadowValue, FilterFunction, type ColorValue } from 'react-native';
type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>;

@@ -79,3 +79,3 @@ /**

/** @platform web */
outlineColor?: string;
outlineColor?: ColorValue;
/** @platform web */

@@ -82,0 +82,0 @@ overflowX?: string;

@@ -11,2 +11,4 @@ # Changelog

- change type of `outlineColor` to `ColorValue` to support react-native 0.77 ([#33946](https://github.com/expo/expo/pull/33946) by [@vonovak](https://github.com/vonovak))
### 💡 Others

@@ -13,0 +15,0 @@

{
"name": "@expo/html-elements",
"version": "0.11.1",
"version": "0.11.2-canary-20250114-804e26d",
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop",

@@ -60,5 +60,5 @@ "main": "build/Elements.js",

"devDependencies": {
"expo-module-scripts": "^4.0.3"
"expo-module-scripts": "4.0.4-canary-20250114-804e26d"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
"gitHead": "804e26d8545f2b890dfa80eeb8122036f38d4d0c"
}

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