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

@drieam/appsignal-react

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drieam/appsignal-react - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

dist/cjs/types/component.d.ts
/// <reference types="react" />
import type { JSClient } from "@appsignal/types";
export type Props = {
export declare type Props = {
instance: JSClient;

@@ -12,5 +12,5 @@ action?: string;

};
export type State = {
export declare type State = {
error?: Error;
};
//# sourceMappingURL=component.d.ts.map
/// <reference types="react" />
import type { JSClient } from "@appsignal/types";
export type Props = {
export declare type Props = {
instance: JSClient;

@@ -12,5 +12,5 @@ action?: string;

};
export type State = {
export declare type State = {
error?: Error;
};
//# sourceMappingURL=component.d.ts.map
{
"name": "@drieam/appsignal-react",
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/cjs/index.js",

@@ -18,4 +18,4 @@ "module": "dist/esm/index.js",

"link:pnpm": "pnpm link",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch"
"test": "TZ=Europe/Amsterdam vitest --run",
"test:dev": "TZ=Europe/Amsterdam vitest"
},

@@ -33,6 +33,8 @@ "dependencies": {

},
"gitHead": "d8519a4e1fae25ec44af7656650606f1a1188175",
"gitHead": "3a4c294b8824b62e04894a4946ceff760132c65a",
"devDependencies": {
"@types/react": "^18.0.26"
"@types/node": "^18",
"@types/react": "^18.0.26",
"vitest": "^1.0.2"
}
}

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