New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular-devkit/schematics

Package Overview
Dependencies
Maintainers
2
Versions
810
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/schematics - npm Package Compare versions

Comparing version 19.1.2 to 19.1.3

4

package.json
{
"name": "@angular-devkit/schematics",
"version": "19.1.2",
"version": "19.1.3",
"description": "Angular Schematics - Library",

@@ -21,3 +21,3 @@ "main": "src/index.js",

"dependencies": {
"@angular-devkit/core": "19.1.2",
"@angular-devkit/core": "19.1.3",
"jsonc-parser": "3.3.1",

@@ -24,0 +24,0 @@ "magic-string": "0.30.17",

@@ -11,5 +11,5 @@ "use strict";

exports.readJsonFile = readJsonFile;
const schematics_1 = require("@angular-devkit/schematics");
const fs_1 = require("fs");
const jsonc_parser_1 = require("jsonc-parser");
const exception_1 = require("../src/exception/exception");
function readJsonFile(path) {

@@ -22,3 +22,3 @@ let data;

if (e && typeof e === 'object' && 'code' in e && e.code === 'ENOENT') {
throw new schematics_1.FileDoesNotExistException(path);
throw new exception_1.FileDoesNotExistException(path);
}

@@ -25,0 +25,0 @@ throw e;

@@ -9,3 +9,3 @@ /**

import { Path, schema, virtualFs } from '@angular-devkit/core';
import { workflow } from '@angular-devkit/schematics';
import { workflow } from '../../src';
import { FileSystemEngine } from '../description';

@@ -12,0 +12,0 @@ import { OptionTransform } from '../file-system-engine-host-base';

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

const node_1 = require("@angular-devkit/core/node");
const schematics_1 = require("@angular-devkit/schematics");
const src_1 = require("../../src");
const node_2 = require("../../tasks/node");

@@ -21,3 +21,3 @@ const node_module_engine_host_1 = require("../node-module-engine-host");

*/
class NodeWorkflow extends schematics_1.workflow.BaseWorkflow {
class NodeWorkflow extends src_1.workflow.BaseWorkflow {
constructor(hostOrRoot, options) {

@@ -24,0 +24,0 @@ let host;

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