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
9
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.19 to 1.0.20

6

CHANGELOG.md
# AppSignal for react changelog
## 1.0.20
### Added
- [4b636f7](https://github.com/appsignal/appsignal-javascript/commit/4b636f759040fd1ae15d2305b09a442dfb566597) patch - Add React 18 compatibility
## 1.0.19

@@ -4,0 +10,0 @@

2

dist/cjs/ErrorBoundary.js

@@ -10,2 +10,4 @@ "use strict";

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

@@ -10,2 +10,4 @@ "use strict";

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

@@ -9,2 +9,4 @@ var __extends = (this && this.__extends) || (function () {

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -11,0 +13,0 @@ function __() { this.constructor = d; }

@@ -9,2 +9,4 @@ var __extends = (this && this.__extends) || (function () {

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -11,0 +13,0 @@ function __() { this.constructor = d; }

4

package.json
{
"name": "@appsignal/react",
"version": "1.0.19",
"version": "1.0.20",
"main": "dist/cjs/index.js",

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

"peerDependencies": {
"react": ">= 16.8.6 < 18.0.0"
"react": ">= 16.8.6 <= 18.1.0"
},

@@ -32,0 +32,0 @@ "publishConfig": {

@@ -9,2 +9,4 @@ # `@appsignal/react`

See also the [mono repo README](../../README.md) for more information.
## Installation

@@ -33,3 +35,3 @@

const appsignal = new Appsignal({
const appsignal = new Appsignal({
key: "YOUR FRONTEND API KEY"

@@ -84,11 +86,4 @@ })

This repository is a Lerna-managed monorepo, containing packages (located in the `/packages` directory) that map to separate `npm` modules.
Make sure mono is installed and bootstrapped, see the [project README's development section](../../README.md#dev-install) for more information.
To install the dependencies:
```bash
yarn install
lerna bootstrap
```
You can then run the following to start the compiler in _watch_ mode. This automatically compiles both the ES Module and CommonJS variants:

@@ -95,0 +90,0 @@

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