Socket
Socket
Sign inDemoInstall

@angular-devkit/core

Package Overview
Dependencies
26
Maintainers
2
Versions
712
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.4 to 17.1.0-next.0

2

node/host.d.ts

@@ -9,2 +9,4 @@ /**

/// <reference types="node" />
/// <reference types="@types/node/fs" />
/// <reference types="@types/node/ts4.8/fs" />
import { Stats } from 'node:fs';

@@ -11,0 +13,0 @@ import { Observable } from 'rxjs';

@@ -9,2 +9,4 @@ /**

/// <reference types="node" />
/// <reference types="@types/node/fs" />
/// <reference types="@types/node/ts4.8/fs" />
import * as fs from 'fs';

@@ -11,0 +13,0 @@ import { Path, virtualFs } from '../../src';

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc