Socket
Socket
Sign inDemoInstall

@angular-devkit/core

Package Overview
Dependencies
26
Maintainers
0
Versions
718
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.1.0-next.3 to 18.1.0-rc.0

2

node/host.js

@@ -164,7 +164,5 @@ "use strict";

isDirectory(path) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
return this.stat(path).pipe((0, rxjs_1.map)((stat) => stat.isDirectory()));
}
isFile(path) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
return this.stat(path).pipe((0, rxjs_1.map)((stat) => stat.isFile()));

@@ -171,0 +169,0 @@ }

4

package.json
{
"name": "@angular-devkit/core",
"version": "18.1.0-next.3",
"version": "18.1.0-rc.0",
"description": "Angular DevKit - Core Utility Library",

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

"ajv-formats": "3.0.1",
"jsonc-parser": "3.2.1",
"jsonc-parser": "3.3.1",
"picomatch": "4.0.2",

@@ -38,0 +38,0 @@ "rxjs": "7.8.1",

@@ -294,2 +294,3 @@ "use strict";

try {
// eslint-disable-next-line @typescript-eslint/await-thenable
const success = await validator.call(validationContext, data);

@@ -296,0 +297,0 @@ if (!success) {

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

export * from './definitions';
export { WorkspaceHost, createWorkspaceHost } from './host';
export { type WorkspaceHost, createWorkspaceHost } from './host';
export { WorkspaceFormat, readWorkspace, writeWorkspace } from './core';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc