Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/angular-server

Package Overview
Dependencies
Maintainers
19
Versions
2579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/angular-server - npm Package Compare versions

Comparing version 0.0.2 to 5.0.0-beta.3

bundles/ionic-angular-server.umd.js

70

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