@ionic/angular-server
Advanced tools
Comparing version 0.0.2 to 5.0.0-beta.3
{ | ||
"name": "@ionic/angular-server", | ||
"version": "5.0.0-beta.3", | ||
"description": "Angular SSR Module for Ionic", | ||
"version": "0.0.2", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"keywords": [ | ||
"ionic", | ||
"angular", | ||
"universal", | ||
"ssr", | ||
"prerender", | ||
"serverside" | ||
], | ||
"author": "Ionic Team", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ionic-team/ionic.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/ionic/issues" | ||
}, | ||
"homepage": "https://ionicframework.com/", | ||
"scripts": { | ||
"build": "ngc -p ./tsconfig.json", | ||
"test": "echo 'angular no tests yet'", | ||
"build": "ng-packagr -p package.json", | ||
"build.prod": "npm run clean && npm run build", | ||
"clean": "rm -rf ./dist" | ||
"clean": "rm -rf ./dist", | ||
"lint": "npm run lint.ts", | ||
"lint.ts": "tslint --project .", | ||
"lint.fix": "tslint --project . --fix" | ||
}, | ||
"ngPackage": { | ||
"lib": { | ||
"entryFile": "src/public_api.ts" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"@angular-devkit/core": "~8.0.0", | ||
"@angular/common": "~8.0.0", | ||
"@angular/core": "~8.0.0", | ||
"@angular/platform-server": "~8.0.0", | ||
"@ionic/core": "*", | ||
"@angular/core": ">=8.2.7", | ||
"@angular/platform-server": ">=8.2.7", | ||
"@ionic/angular": "*", | ||
"rxjs": ">=6.2.0", | ||
@@ -25,16 +45,16 @@ "zone.js": ">=0.8.26" | ||
"devDependencies": { | ||
"@angular-devkit/core": "~8.0.0", | ||
"@angular/animations": "~8.0.0", | ||
"@angular/common": "~8.0.0", | ||
"@angular/compiler": "~8.0.0", | ||
"@angular/compiler-cli": "~8.0.0", | ||
"@angular/core": "~8.0.0", | ||
"@angular/platform-browser": "~8.0.0", | ||
"@angular/platform-server": "~8.0.0", | ||
"@angular/router": "~8.0.0", | ||
"rxjs": "^6.4.0", | ||
"tsickle": "^0.34.0", | ||
"typescript": "~3.4.3", | ||
"zone.js": "~0.9.1" | ||
"@angular/animations": "8.2.13", | ||
"@angular/common": "8.2.13", | ||
"@angular/compiler": "8.2.13", | ||
"@angular/compiler-cli": "8.2.13", | ||
"@angular/core": "8.2.13", | ||
"@angular/platform-browser": "8.2.13", | ||
"@angular/platform-server": "8.2.13", | ||
"@ionic/core": "5.0.0-beta.3", | ||
"ng-packagr": "5.7.1", | ||
"tslint": "^5.12.1", | ||
"tslint-ionic-rules": "0.0.21", | ||
"typescript": "3.4.5", | ||
"typescript-tslint-plugin": "0.5.4" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
84833
5
20
509
0
0
3
1