Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appsignal/preact

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/preact - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

dist/cjs/__tests__/ErrorBoundary.test.d.ts

6

dist/esm/ErrorBoundary.js

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

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

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

})
.setTags(tslib_1.__assign({ framework: "Preact" }, tags));
.setTags(__assign({ framework: "Preact" }, tags));
appsignal.send(span);

@@ -24,0 +24,0 @@ this.setState({ error: error });

{
"name": "@appsignal/preact",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"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

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