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

@drieam/appsignal-plugin-window-events

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drieam/appsignal-plugin-window-events - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

dist/cjs/index.d.ts
import type { JSClient } from "@appsignal/types";
declare type WindowEventOptions = {
type WindowEventOptions = {
onerror: boolean;

@@ -4,0 +4,0 @@ onunhandledrejection: boolean;

import type { JSClient } from "@appsignal/types";
declare type WindowEventOptions = {
type WindowEventOptions = {
onerror: boolean;

@@ -4,0 +4,0 @@ onunhandledrejection: boolean;

{
"name": "@drieam/appsignal-plugin-window-events",
"version": "1.1.0",
"version": "2.0.0",
"main": "dist/cjs/index.js",

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

"scripts": {
"build": "yarn build:cjs && yarn build:esm",
"build": "pnpm build:cjs && pnpm build:esm",
"build:esm": "tsc -p tsconfig.esm.json",

@@ -18,3 +18,3 @@ "build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",

"clean": "rimraf dist coverage",
"link:yarn": "yarn link",
"link:pnpm": "pnpm link",
"test": "jest",

@@ -30,3 +30,3 @@ "test:watch": "jest --watch"

},
"gitHead": "b053d15837b0537df7d143ef1e3722b6a69e55e0"
"gitHead": "bea7a598b677d734be3a9e960c3f10e4183742dc"
}

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