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.3 to 19.1.4

4

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

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

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

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

@@ -34,4 +34,4 @@ "use strict";

_collectionName;
_engineHost = new tools_1.NodeModulesTestEngineHost();
_engine = new src_1.SchematicEngine(this._engineHost);
_engineHost;
_engine;
_collection;

@@ -41,2 +41,9 @@ _logger;

this._collectionName = _collectionName;
this._engineHost = new tools_1.NodeModulesTestEngineHost([
// Leverage the specified collection path as an additional base for resolving other
// collections by name. This is useful in e.g. pnpm workspaces where `@angular-devkit/schematics`
// doesn't necessarily have access to e.g. `@schematics/angular`.
collectionPath,
]);
this._engine = new src_1.SchematicEngine(this._engineHost);
this._engineHost.registerCollection(_collectionName, collectionPath);

@@ -43,0 +50,0 @@ this._logger = new core_1.logging.Logger('test');

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