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.3 to 19.0.0-next.4

schematics/bundles/compiler_host-ca7ba733.js

2

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

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

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

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

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

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

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

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

'use strict';
/**
* @license Angular v19.0.0-next.3
* @license Angular v19.0.0-next.4
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -13,5 +13,6 @@ * License: MIT

var p = require('path');
var compiler_host = require('./compiler_host-bbb5d8fd.js');
var compiler_host = require('./compiler_host-ca7ba733.js');
var ts = require('typescript');
var nodes = require('./nodes-ddfa1613.js');
var nodes = require('./nodes-0e7d45ca.js');
var imports = require('./imports-4ac08251.js');
require('os');

@@ -57,3 +58,3 @@ require('fs');

function analyzeFile(sourceFile, localTypeChecker) {
const coreSpecifiers = nodes.getNamedImports(sourceFile, '@angular/core');
const coreSpecifiers = imports.getNamedImports(sourceFile, '@angular/core');
// Exit early if there are no Angular imports.

@@ -753,3 +754,3 @@ if (coreSpecifiers === null || coreSpecifiers.elements.length === 0) {

firstArg.arguments.length === 1) {
const callImport = nodes.getImportOfIdentifier(localTypeChecker, firstArg.expression);
const callImport = imports.getImportOfIdentifier(localTypeChecker, firstArg.expression);
const arrowFn = firstArg.arguments[0];

@@ -756,0 +757,0 @@ // If the first parameter is a `forwardRef`, unwrap it for a more

'use strict';
/**
* @license Angular v19.0.0-next.3
* @license Angular v19.0.0-next.4
* (c) 2010-2024 Google LLC. https://angular.io/

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

'use strict';
/**
* @license Angular v19.0.0-next.3
* @license Angular v19.0.0-next.4
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -14,3 +14,3 @@ * License: MIT

var p = require('path');
var compiler_host = require('./compiler_host-bbb5d8fd.js');
var compiler_host = require('./compiler_host-ca7ba733.js');
var project_tsconfig_paths = require('./project_tsconfig_paths-e9ccccbf.js');

@@ -17,0 +17,0 @@ var ts = require('typescript');

{
"schematics": {}
"schematics": {
"explicit-standalone-flag": {
"version": "19.0.0",
"description": "Updates non-standalone Directives, Component and Pipes to standalone:false",
"factory": "./bundles/explicit-standalone-flag#migrate"
}
}
}
/**
* @license Angular v19.0.0-next.3
* @license Angular v19.0.0-next.4
* (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

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

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