A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
23 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/git-clone-fork-to-trusted-branch.sh | 1 | #!/bin/bash |
| LOW | lib/reactotron-react-native/src/plugins/asyncStorage.ts | 121 | // eslint-disable-next-line @typescript-eslint/ban-ts-comment |
| LOW | lib/reactotron-react-native/src/plugins/asyncStorage.ts | 161 | reactotron.asyncStorageHandler.setItem = swizzSetItem |
| LOW | lib/reactotron-core-client/README.md | 501 | // This is an object (not a function). The keys are strings. The values are functions. |
| LOW | lib/reactotron-core-client/test/stopwatch.test.ts | 21 | // // here's a callback version |
| LOW | lib/reactotron-core-client/src/plugins/repl.ts | 21 | // reactotron.send("repl.cd.response", "That REPL does not exist") |
| LOW | .circleci/config.yml | 401 | # - reactotron-npm-context |
| LOW | …otron-app/src/renderer/pages/reactNative/Storybook.tsx | 81 | text: "Storybook", |
| LOW | …otron-app/src/renderer/pages/reactNative/Storybook.tsx | 101 | // }, |
| LOW | apps/example-app/app/utils/crashReporting.ts | 61 | // Sentry.captureException(error) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …eactotron-react-native/src/plugins/storybook/index.tsx | 24 | function StorybookSwitcherContainer(props: any) { |
| LOW | …native/src/helpers/getReactNativeVersionWithModules.ts | 1 | export function getReactNativeVersionWithModules(constants: any): string | null { |
| LOW | …/src/helpers/getReactNativeDimensionsWithDimensions.ts | 12 | export function getReactNativeDimensionsWithDimensions( |
| LOW | …-native/src/helpers/getReactNativePlatformConstants.ts | 14 | export default function getReactNativePlatformConstants(): PlatformConstants { |
| LOW | lib/reactotron-mst/src/reactotron-mst.ts | 214 | function attachReactotronToMstNode(node: IStateTreeNode, nodeName?: string) { |
| LOW | lib/reactotron-mcp/src/redaction.ts | 209 | function compileCombinedValueRegex(patterns: string[]): RegExp | null { |
| LOW | lib/reactotron-mcp/src/redaction.ts | 437 | function redactAsyncStorageWithParsed(data: unknown, parsed: ParsedRules): unknown { |
| LOW | lib/reactotron-redux/src/subscriptionsHandler.ts | 3 | export default function createSubscriptionHandler( |
| LOW | lib/reactotron-redux/src/subscriptionsHandler.ts | 59 | function sendSubscriptionsIfNeeded() { |
| LOW | apps/example-app/app/navigators/navigationUtilities.ts | 96 | function navigationRestoredDefaultState(persistNavigation: PersistNavigationConfig) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | apps/example-app/app/utils/crashReporting.ts | 59 | // In production, utilize crash reporting service of choice below: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/git-clone-fork-to-trusted-branch.sh | 32 | # Check if 'fork-to-test' remote exists and then remove it |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib/reactotron-react-native/src/plugins/devTools.ts | 41 | // the DevMenu module is not available in all environments, like Expo Go, so we need to check if it exists |