angular-bigscreen
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "angular-bigscreen", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "An Angular service to quickly use the HTML5 fullscreen API", | ||
@@ -17,13 +17,17 @@ "main": "index.bundle.js", | ||
"dependencies": { | ||
"@angular/core": "^5.2.5", | ||
"rxjs": "^5.3.0", | ||
"@angular/core": "^7.0.1", | ||
"rxjs": "^6.3.2", | ||
"zone.js": "^0.8.5" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^5.2.5", | ||
"@angular/compiler-cli": "^5.2.5", | ||
"codelyzer": "~4.1.0", | ||
"@angular/compiler": "^7.0.1", | ||
"@angular/compiler-cli": "^7.0.1", | ||
"codelyzer": "^4.5.0", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.66.6", | ||
"tslint": "^5.9.1", | ||
"typescript": "~2.4.2" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -30,0 +34,0 @@ "repository": { |
@@ -23,8 +23,7 @@ # angular-bigscreen | ||
@NgModule({ | ||
imports: [ | ||
BigScreenModule.forRoot() | ||
] | ||
imports: [ | ||
BigScreenModule.forRoot() | ||
] | ||
}) | ||
export class AppModule { | ||
export class AppModule { | ||
} | ||
@@ -39,3 +38,3 @@ ``` | ||
@Component({ | ||
selector: 'app-root', | ||
selector: 'app-root', | ||
}) | ||
@@ -42,0 +41,0 @@ export class AppComponent { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
6719
4
7
8
88
94
1
+ Added@angular/core@7.2.16(transitive)
+ Addedrxjs@6.6.7(transitive)
- Removed@angular/core@5.2.11(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
Updated@angular/core@^7.0.1
Updatedrxjs@^6.3.2