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

@angular/core

Package Overview
Dependencies
Maintainers
2
Versions
850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/core - npm Package Compare versions

Comparing version 19.0.0-next.2 to 19.0.0-next.3

schematics/bundles/compiler_host-bbb5d8fd.js

2

package.json
{
"name": "@angular/core",
"version": "19.0.0-next.2",
"version": "19.0.0-next.3",
"description": "Angular - the core framework",

@@ -5,0 +5,0 @@ "author": "angular",

/**
* @license Angular v19.0.0-next.2
* @license Angular v19.0.0-next.3
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v19.0.0-next.2
* @license Angular v19.0.0-next.3
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v19.0.0-next.2
* @license Angular v19.0.0-next.3
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

@@ -5,27 +5,21 @@ {

"description": "Converts the entire application or a part of it to standalone",
"factory": "./ng-generate/standalone-migration/bundle",
"factory": "./bundles/standalone-migration#migrate",
"schema": "./ng-generate/standalone-migration/schema.json",
"aliases": [
"standalone"
]
"aliases": ["standalone"]
},
"control-flow-migration": {
"description": "Converts the entire application to block control flow syntax",
"factory": "./ng-generate/control-flow-migration/bundle",
"factory": "./bundles/control-flow-migration#migrate",
"schema": "./ng-generate/control-flow-migration/schema.json",
"aliases": [
"control-flow"
]
"aliases": ["control-flow"]
},
"inject-migration": {
"description": "Converts usages of constructor-based injection to the inject() function",
"factory": "./ng-generate/inject-migration/bundle",
"factory": "./bundles/inject-migration#migrate",
"schema": "./ng-generate/inject-migration/schema.json",
"aliases": [
"inject"
]
"aliases": ["inject"]
},
"route-lazy-loading-migration": {
"description": "Updates route definitions to use lazy-loading of components instead of eagerly referencing them",
"factory": "./ng-generate/route-lazy-loading/bundle",
"factory": "./bundles/route-lazy-loading#migrate",
"schema": "./ng-generate/route-lazy-loading/schema.json",

@@ -36,2 +30,1 @@ "aliases": ["route-lazy-loading"]

}
{
"schematics": {
"invalid-two-way-bindings": {
"version": "18.0.0",
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
"factory": "./migrations/invalid-two-way-bindings/bundle"
},
"migration-http-providers": {
"version": "18.0.0",
"description": "Replace deprecated HTTP related modules with provider functions",
"factory": "./migrations/http-providers/bundle"
},
"migration-after-render-phase": {
"version": "18.1.0",
"description": "Updates calls to afterRender with an explicit phase to the new API",
"factory": "./migrations/after-render-phase/bundle"
}
}
"schematics": {}
}
/**
* @license Angular v19.0.0-next.2
* @license Angular v19.0.0-next.3
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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