angular-device-information
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "angular-device-information", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.9", | ||
"@angular/core": "^15.2.9" | ||
"@angular/common": "^14.3.0", | ||
"@angular/core": "^14.3.0" | ||
}, | ||
@@ -8,0 +8,0 @@ "dependencies": { |
@@ -8,11 +8,8 @@ <head> <meta name="google-site-verification" content="zApSXb8oh9SIBjqaVNlIs_IPT7sTwY4vwk59YS_CshE" /></head> | ||
| ------------- | ------------- | | ||
| Angular 8 | v 1.0.8 | | ||
| Angular 14 | v 1.0.9 | | ||
| Angular 15 | v 1.1.0 | | ||
| Angular 8 | v 1.0.8 | | ||
| Angular 14 | v 2.0.0 | | ||
| Angular 15 | v 3.0.3 | | ||
## Support us : <br> <a href="https://www.paypal.com/donate/?hosted_button_id=6NTWH6ZLKN4RC"> | ||
<img alt="" border="0" src="https://pics.paypal.com/00/s/MGNhMjc1OWQtYmM4Ni00OWM3LTkyN2ItZTliMWI1ZTM0YWZi/file.PNG" width="200" /> | ||
</a> | ||
## Support us : <br> <a href="https://www.paypal.com/donate/?hosted_button_id=6NTWH6ZLKN4RC" target="_blank"><img alt="" border="0" src="https://pics.paypal.com/00/s/MGNhMjc1OWQtYmM4Ni00OWM3LTkyN2ItZTliMWI1ZTM0YWZi/file.PNG" width="200" /></a> | ||
@@ -19,0 +16,0 @@ |
@@ -11,2 +11,9 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files | ||
declare const require: { | ||
context(path: string, deep?: boolean, filter?: RegExp): { | ||
keys(): string[]; | ||
<T>(id: string): T; | ||
}; | ||
}; | ||
// First, initialize the Angular testing environment. | ||
@@ -17,1 +24,5 @@ getTestBed().initTestEnvironment( | ||
); | ||
// Then we find all the tests. | ||
const context = require.context('./', true, /\.spec\.ts$/); | ||
// And load the modules. | ||
context.keys().map(context); |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
62283
835
0
87