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
24
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.8.0 to 0.9.0

8

babel/__tests__/transform.test.js

@@ -11,3 +11,3 @@ const babel = require('@babel/core');

[
require.resolve('metro-react-native-babel-preset'),
require.resolve('@react-native/babel-preset'),
{

@@ -64,3 +64,3 @@ useTransformReactJSXExperimental: false,

function App() {
return <a href="#">Link</a>;
return <a href="#">Link</a>;
}`;

@@ -77,3 +77,3 @@ const { code } = babel.transform(sourceCode, {

function App() {
return <a href="#">Link</a>;
return <a href="#">Link</a>;
}`;

@@ -89,3 +89,3 @@ const { code } = babel.transform(sourceCode, options);

function App() {
return <a href="#">Link</a>;
return <a href="#">Link</a>;
}`;

@@ -92,0 +92,0 @@ const { code } = babel.transform(sourceCode, options);

@@ -97,3 +97,3 @@ import { ClassAttributes, ComponentProps, ComponentType } from 'react';

/** @platform web */
transformOrigin?: string;
transformOrigin?: string | (string | number)[];
/** @platform web */

@@ -100,0 +100,0 @@ transitionDelay?: string;

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

## 0.9.0 — 2023-12-12
### 🎉 New features
- Added support for React Native 0.73.0. ([#24971](https://github.com/expo/expo/pull/24971), [#25453](https://github.com/expo/expo/pull/25453) by [@gabrieldonadel](https://github.com/gabrieldonadel))
## 0.8.0 — 2023-11-14

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

{
"name": "@expo/html-elements",
"version": "0.8.0",
"version": "0.9.0",
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop",

@@ -62,3 +62,3 @@ "main": "build/Elements.js",

},
"gitHead": "3142a086578deffd8704a8f1b6f0f661527d836c"
"gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
}

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