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

@angular/material

Package Overview
Dependencies
Maintainers
2
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/material - npm Package Compare versions

Comparing version 18.0.1 to 18.1.0-next.0

14

package.json
{
"name": "@angular/material",
"version": "18.0.1",
"version": "18.1.0-next.0",
"description": "Angular Material",

@@ -492,8 +492,8 @@ "repository": {

"peerDependencies": {
"@angular/animations": "^18.0.0 || ^19.0.0",
"@angular/cdk": "18.0.1",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0",
"@angular/platform-browser": "^18.0.0 || ^19.0.0",
"@angular/animations": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
"@angular/cdk": "18.1.0-next.0",
"@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
"@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
"@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
"@angular/platform-browser": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
"rxjs": "^6.5.3 || ^7.4.0"

@@ -500,0 +500,0 @@ },

@@ -21,3 +21,3 @@ "use strict";

*/
const fallbackMaterialVersionRange = `~18.0.1`;
const fallbackMaterialVersionRange = `~18.1.0-next.0`;
/**

@@ -37,3 +37,3 @@ * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be

const materialVersionRange = (0, package_config_1.getPackageVersionFromPackageJson)(host, '@angular/material');
const angularDependencyVersion = ngCoreVersionTag || `^18.0.0 || ^19.0.0`;
const angularDependencyVersion = ngCoreVersionTag || `^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0`;
// The CLI inserts `@angular/material` into the `package.json` before this schematic runs.

@@ -40,0 +40,0 @@ // This means that we do not need to insert Angular Material into `package.json` files again.

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

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