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

@happy-dom/uncaught-exception-observer

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happy-dom/uncaught-exception-observer - npm Package Compare versions

Comparing version 13.1.4 to 13.2.0

2

package.json
{
"name": "@happy-dom/uncaught-exception-observer",
"version": "13.1.4",
"version": "13.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/uncaught-exception-observer",

@@ -1,2 +0,2 @@

:warning: **This package is deprecated. Happy DOM now supports built in by setting "errorCapture" to "processLevel".** :warning:
:warning: **This package has been deprecated. Happy DOM now supports this feature built in by setting "errorCapture" to "processLevel".** :warning:

@@ -19,13 +19,13 @@ ![Happy DOM Logo](https://github.com/capricorn86/happy-dom/raw/master/docs/happy-dom-logo.jpg)

- Custom Elements (Web Components)
- Custom Elements (Web Components)
- Shadow Root (Shadow DOM)
- Shadow Root (Shadow DOM)
- Declarative Shadow DOM
- Declarative Shadow DOM
- Mutation Observer
- Mutation Observer
- Tree Walker
- Tree Walker
- Fetch
- Fetch

@@ -36,16 +36,16 @@ And much more..

- [Google LitHTML](https://lit-html.polymer-project.org)
- [Google LitHTML](https://lit-html.polymer-project.org)
- [Google LitElement](https://lit-element.polymer-project.org)
- [Google LitElement](https://lit-element.polymer-project.org)
- [React](https://reactjs.org)
- [React](https://reactjs.org)
- [Angular](https://angular.io/)
- [Angular](https://angular.io/)
- [Vue](https://vuejs.org/)
- [Vue](https://vuejs.org/)
### Module Systems
- [ESM](https://nodejs.org/api/esm.html#introduction)
- [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules)
- [ESM](https://nodejs.org/api/esm.html#introduction)
- [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules)

@@ -61,4 +61,4 @@ # Installation

```javascript
import { Window } from 'happy-dom';
import { UncaughtExceptionObserver } from '@happy-dom/uncaught-exception-observer';
import { Window } from "happy-dom";
import { UncaughtExceptionObserver } from "@happy-dom/uncaught-exception-observer";

@@ -65,0 +65,0 @@ const window = new Window();

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