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

@appsignal/react

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/react - npm Package Compare versions

Comparing version 1.0.0-beta.3 to 1.0.0-beta.4

7

dist/cjs/types/component.d.ts
/// <reference types="react" />
export declare type Props = {
instance: any;
action: string;
action?: string;
children: React.ReactNode;
fallback: Function;
fallback?: Function;
tags?: {
[key: string]: string;
};
};

@@ -8,0 +11,0 @@ export declare type State = {

@@ -1,5 +0,5 @@

import * as tslib_1 from "tslib";
import { __extends } from "tslib";
import React from "react";
var ErrorBoundary = (function (_super) {
tslib_1.__extends(ErrorBoundary, _super);
__extends(ErrorBoundary, _super);
function ErrorBoundary() {

@@ -6,0 +6,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

@@ -1,5 +0,5 @@

import * as tslib_1 from "tslib";
import { __extends } from "tslib";
import React from "react";
var LegacyBoundary = (function (_super) {
tslib_1.__extends(LegacyBoundary, _super);
__extends(LegacyBoundary, _super);
function LegacyBoundary() {

@@ -6,0 +6,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this;

/// <reference types="react" />
export declare type Props = {
instance: any;
action: string;
action?: string;
children: React.ReactNode;
fallback: Function;
fallback?: Function;
tags?: {
[key: string]: string;
};
};

@@ -8,0 +11,0 @@ export declare type State = {

{
"name": "@appsignal/react",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "dist/cjs/index.js",

@@ -27,3 +27,3 @@ "module": "dist/esm/index.js",

},
"gitHead": "59dc875708a7e6138cfd60960e5f9036e885e64c"
"gitHead": "474edc030d75f7637bf8591577568333c3e88d7b"
}

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

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