@happy-dom/global-registrator
Advanced tools
Comparing version 2.19.2 to 2.19.3
@@ -0,1 +1,4 @@ | ||
/** | ||
* | ||
*/ | ||
export default class GlobalRegistrator { | ||
@@ -2,0 +5,0 @@ private static registered; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var happy_dom_1 = require("happy-dom"); | ||
/** | ||
* | ||
*/ | ||
var GlobalRegistrator = /** @class */ (function () { | ||
@@ -5,0 +8,0 @@ function GlobalRegistrator() { |
{ | ||
"name": "@happy-dom/global-registrator", | ||
"version": "2.19.2", | ||
"version": "2.19.3", | ||
"license": "MIT", | ||
@@ -34,17 +34,22 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/global-registrator", | ||
"dependencies": { | ||
"happy-dom": "^2.19.2" | ||
"happy-dom": "^2.19.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.6.8", | ||
"@typescript-eslint/eslint-plugin": "^1.9.0", | ||
"@typescript-eslint/parser": "^1.9.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"prettier": "^1.16.4", | ||
"@types/node": "^15.6.0", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-jsdoc": "^30.4.0", | ||
"eslint-plugin-json": "^2.0.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"prettier": "^1.19.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"typescript": "^3.4.5" | ||
"typescript": "^4.2.4" | ||
}, | ||
"gitHead": "8cc1c9ad0e9a03ca436e1cdd8491d4fc984d53bb" | ||
"gitHead": "809399e0fdf7ce4ca29865587509312003e675e9" | ||
} |
import { Window } from 'happy-dom'; | ||
/** | ||
* | ||
*/ | ||
export default class GlobalRegistrator { | ||
@@ -4,0 +7,0 @@ private static registered = []; |
@@ -13,6 +13,2 @@ { | ||
"dom" | ||
], | ||
"typeRoots": [ | ||
"../node_modules/@types", | ||
"../node_modules/happy-dom/happy-dom" | ||
] | ||
@@ -19,0 +15,0 @@ }, |
@@ -27,2 +27,5 @@ { | ||
], | ||
"types": [ | ||
"node" | ||
], | ||
"lib": [ | ||
@@ -29,0 +32,0 @@ "es2015", |
Sorry, the diff of this file is not supported yet
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
11431
192
0
15
18
Updatedhappy-dom@^2.19.3