angular-bigscreen
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"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 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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
16909
18
223
3
6
+ Added@angular/core@^4.0.2
+ Addedrxjs@^5.3.0
+ Addedzone.js@^0.8.5
+ Added@angular/core@4.4.7(transitive)
+ Addedrxjs@5.5.12(transitive)
+ Addedsymbol-observable@1.0.1(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedzone.js@0.8.29(transitive)