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

@angular-devkit/schematics-cli

Package Overview
Dependencies
Maintainers
2
Versions
756
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/schematics-cli - npm Package Compare versions

Comparing version 19.0.3 to 19.1.0-next.0

24

bin/schematics.js

@@ -26,9 +26,19 @@ #!/usr/bin/env node

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -35,0 +45,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

@@ -18,3 +18,3 @@ {

"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},

@@ -21,0 +21,0 @@ "devDependencies": {

{
"name": "@angular-devkit/schematics-cli",
"version": "19.0.3",
"version": "19.1.0-next.0",
"description": "Angular Schematics - CLI",

@@ -24,4 +24,4 @@ "homepage": "https://github.com/angular/angular-cli",

"dependencies": {
"@angular-devkit/core": "19.0.3",
"@angular-devkit/schematics": "19.0.3",
"@angular-devkit/core": "19.1.0-next.0",
"@angular-devkit/schematics": "19.1.0-next.0",
"@inquirer/prompts": "7.1.0",

@@ -28,0 +28,0 @@ "ansi-colors": "4.1.3",

@@ -18,3 +18,3 @@ {

"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.6.2"
"typescript": "~5.7.2"
},

@@ -24,4 +24,4 @@ "devDependencies": {

"@types/jasmine": "~5.1.0",
"jasmine": "~5.4.0"
"jasmine": "~5.5.0"
}
}
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