New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular-eslint/schematics

Package Overview
Dependencies
Maintainers
1
Versions
817
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/schematics - npm Package Compare versions

Comparing version 18.4.2-alpha.1 to 19.0.0-alpha.0

9

dist/application/schema.json

@@ -121,2 +121,11 @@ {

},
"serverRouting": {
"description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview).",
"type": "boolean"
},
"experimentalZoneless": {
"description": "Create an application that does not utilize zone.js.",
"type": "boolean",
"default": false
},
"setParserOptionsProject": {

@@ -123,0 +132,0 @@ "type": "boolean",

10

package.json
{
"name": "@angular-eslint/schematics",
"version": "18.4.2-alpha.1",
"version": "19.0.0-alpha.0",
"description": "Angular Schematics for angular-eslint",

@@ -42,4 +42,4 @@ "license": "MIT",

"strip-json-comments": "3.1.1",
"@angular-eslint/eslint-plugin": "18.4.2-alpha.1",
"@angular-eslint/eslint-plugin-template": "18.4.2-alpha.1"
"@angular-eslint/eslint-plugin": "19.0.0-alpha.0",
"@angular-eslint/eslint-plugin-template": "19.0.0-alpha.0"
},

@@ -51,6 +51,6 @@ "devDependencies": {

"peerDependencies": {
"@angular-devkit/core": ">= 18.0.0 < 19.0.0",
"@angular-devkit/schematics": ">= 18.0.0 < 19.0.0"
"@angular-devkit/core": "19.0.0-rc.3",
"@angular-devkit/schematics": "19.0.0-rc.3"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
}
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