Socket
Socket
Sign inDemoInstall

@ionic/angular-toolkit

Package Overview
Dependencies
Maintainers
25
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/angular-toolkit - npm Package Compare versions

Comparing version 6.1.0 to 7.0.0

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

# [7.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@6.1.0...@ionic/angular-toolkit@7.0.0) (2022-07-18)
### Bug Fixes
* **schematics:** provide default path value ([07bba34](https://github.com/ionic-team/angular-toolkit/commit/07bba341490b7e9f8ce3483c3c78e4761d592cc0)), closes [#473](https://github.com/ionic-team/angular-toolkit/issues/473)
### Features
* bump deps to angular 14 ([767598e](https://github.com/ionic-team/angular-toolkit/commit/767598eace5bc91767008fd86670729c8079a1d9)), closes [#474](https://github.com/ionic-team/angular-toolkit/issues/474)
### BREAKING CHANGES
* Apps will need to update to Angular 14 in order to suppor this verion.
# [6.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@6.0.0...@ionic/angular-toolkit@6.1.0) (2022-03-08)

@@ -8,0 +29,0 @@

5

component/schema.json

@@ -11,3 +11,6 @@ {

"description": "The path to create the page",
"visible": false
"visible": false,
"$default": {
"$source": "workingDirectory"
}
},

@@ -14,0 +17,0 @@ "project": {

12

package.json
{
"name": "@ionic/angular-toolkit",
"version": "6.1.0",
"version": "7.0.0",
"license": "MIT",

@@ -33,9 +33,9 @@ "description": "Schematics for @ionic/angular apps.",

"dependencies": {
"@angular-devkit/core": "^13.0.1",
"@angular-devkit/schematics": "^13.0.1",
"@schematics/angular": "^13.0.1"
"@angular-devkit/core": "^14.0.0",
"@angular-devkit/schematics": "^14.0.0",
"@schematics/angular": "^14.0.0"
},
"devDependencies": {
"lint-staged": "^12.0.2",
"typescript": ">=4.4.2 <4.5"
"typescript": ">=4.6.2 <4.8"
},

@@ -48,3 +48,3 @@ "eslintConfig": {

"schematics": "./collection.json",
"gitHead": "8ff0a235e0f64b1afcab06ee1958ff6e6d474288"
"gitHead": "c71da0e6dbd8a5b424e647ab1c5caa2a35b25c37"
}

@@ -11,3 +11,6 @@ {

"description": "The path to create the page",
"visible": false
"visible": false,
"$default": {
"$source": "workingDirectory"
}
},

@@ -14,0 +17,0 @@ "project": {

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