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 0.0.1 to 0.1.0

bigscreen.module.d.ts

33

package.json
{
"name": "angular-bigscreen",
"version": "0.0.1",
"description": "Fullscreen API for Angular",
"main": "index.js",
"version": "0.1.0",
"description": "An Angular service to quickly use the HTML5 fullscreen API",
"main": "index.bundle.js",
"module": "index.js",
"jsnext:main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"scripts": {
"clean": "rimraf dist",
"lint": "tslint -c tslint.json src/**/*.ts",
"build": "npm run clean && tsc -p tsconfig.json && rollup -c rollup.config.js dist/index.js > dist/index.bundle.js && ngc -p tsconfig.json && cp package.json dist && cp README.md dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@angular/core": "^4.0.2",
"rxjs": "^5.0.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/compiler": "^4.0.2",
"@angular/compiler-cli": "^4.0.2",
"codelyzer": "~2.0.1",
"rimraf": "^2.6.1",
"tslint": "^4.4.2",
"typescript": "~2.2.1"
},
"repository": {

@@ -23,3 +43,8 @@ "type": "git",

},
"homepage": "https://github.com/alxhotel/angular-bigscreen#readme"
"homepage": "https://github.com/alxhotel/angular-bigscreen#readme",
"dependencies": {
"@angular/core": "^4.0.2",
"rxjs": "^5.3.0",
"zone.js": "^0.8.5"
}
}
LICENSE
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