You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fullstory/babel-plugin-annotate-react

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstory/babel-plugin-annotate-react - npm Package Compare versions

Comparing version

to
2.3.2

3

CHANGELOG.md
# Changelog
## 2.3.2
- Added react-native-navigation and expo-router to incompatible node modules list.
## 2.3.1

@@ -4,0 +7,0 @@ - Update some dependencies

@@ -18,2 +18,6 @@ const webComponentName = 'data-component';

'@react-navigation',
// Annotations on this module may cause unexpected UI behavior. VAL-9242
'react-native-navigation',
// This module is incompatible with our ref rewrites on iOS.
'expo-router',
// The victory* modules use `dataComponent` and we get a collision.

@@ -20,0 +24,0 @@ 'victory',

2

package.json
{
"name": "@fullstory/babel-plugin-annotate-react",
"version": "2.3.1",
"version": "2.3.2",
"description": "A Babel plugin that annotates React components, making them easier to target with FullStory search",

@@ -5,0 +5,0 @@ "main": "index.js",