@happy-dom/uncaught-exception-observer
Advanced tools
Comparing version 13.1.4 to 13.2.0
{ | ||
"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(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5728