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

angular-device-information

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-device-information - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

6

package.json
{
"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);
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