Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics-cli

Package Overview
Dependencies
Maintainers
2
Versions
732
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 17.2.3 to 17.3.0-rc.0

blank/project-files/.gitignore.template

5

blank/factory.js

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

let source = (0, schematics_1.apply)((0, schematics_1.url)('./schematic-files'), [
(0, schematics_1.template)({
(0, schematics_1.applyTemplates)({
...options,

@@ -57,3 +57,4 @@ coreVersion,

source = (0, schematics_1.apply)((0, schematics_1.url)('./project-files'), [
(0, schematics_1.template)({
(0, schematics_1.move)('package.json', 'package.json.template'),
(0, schematics_1.applyTemplates)({
...options,

@@ -60,0 +61,0 @@ coreVersion,

8

package.json
{
"name": "@angular-devkit/schematics-cli",
"version": "17.2.3",
"version": "17.3.0-rc.0",
"description": "Angular Schematics - CLI",

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

"dependencies": {
"@angular-devkit/core": "17.2.3",
"@angular-devkit/schematics": "17.2.3",
"@angular-devkit/core": "17.3.0-rc.0",
"@angular-devkit/schematics": "17.3.0-rc.0",
"ansi-colors": "4.1.3",
"inquirer": "9.2.14",
"inquirer": "9.2.15",
"symbol-observable": "4.0.0",

@@ -30,0 +30,0 @@ "yargs-parser": "21.1.1"

@@ -19,3 +19,5 @@ "use strict";

return (0, schematics_1.mergeWith)((0, schematics_1.apply)((0, schematics_1.url)('./files'), [
(0, schematics_1.partitionApplyMerge)((p) => !/\/src\/.*?\/files\//.test(p), (0, schematics_1.template)({
// The `package.json` name is kept to allow renovate to update the dependency versions
(0, schematics_1.move)('package.json', 'package.json.template'),
(0, schematics_1.partitionApplyMerge)((p) => !/\/src\/.*?\/files\//.test(p), (0, schematics_1.applyTemplates)({
...options,

@@ -22,0 +24,0 @@ coreVersion,

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