Socket
Socket
Sign inDemoInstall

angular-bigscreen

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-bigscreen - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

.travis.yml

18

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

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