Socket
Socket
Sign inDemoInstall

dotnet-deps-parser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotnet-deps-parser - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

dist/index.d.ts
import 'source-map-support/register';
import { PkgTree, DotnetDepsPkgTree, DepType } from './parsers';
import { PkgTree, DepType } from './parsers';
export { buildDepTreeFromPackagesConfig, buildDepTreeFromProjectFile, buildDepTreeFromProjectJson, buildDepTreeFromFiles, extractTargetFrameworksFromFiles, extractTargetFrameworksFromProjectFile, extractTargetFrameworksFromProjectConfig, PkgTree, DepType, };
declare function buildDepTreeFromProjectJson(manifestFileContents: string, includeDev?: boolean): PkgTree;
declare function buildDepTreeFromPackagesConfig(manifestFileContents: string, includeDev?: boolean): Promise<DotnetDepsPkgTree>;
declare function buildDepTreeFromPackagesConfig(manifestFileContents: string, includeDev?: boolean): Promise<PkgTree>;
declare function buildDepTreeFromProjectFile(manifestFileContents: string, includeDev?: boolean): Promise<PkgTree>;

@@ -7,0 +7,0 @@ declare function buildDepTreeFromFiles(root: string, manifestFilePath: string, includeDev?: boolean): PkgTree | Promise<PkgTree>;

@@ -10,4 +10,2 @@ export interface PkgTree {

cyclic?: boolean;
}
export interface DotnetDepsPkgTree extends PkgTree {
targetFrameworks?: string[];

@@ -45,3 +43,3 @@ }

export declare function getDependencyTreeFromProjectJson(manifestFile: ProjectJsonManifest, includeDev?: boolean): PkgTree;
export declare function getDependencyTreeFromPackagesConfig(manifestFile: any, includeDev?: boolean): Promise<DotnetDepsPkgTree>;
export declare function getDependencyTreeFromPackagesConfig(manifestFile: any, includeDev?: boolean): Promise<PkgTree>;
export declare function getDependencyTreeFromProjectFile(manifestFile: any, includeDev?: boolean): Promise<PkgTree>;

@@ -48,0 +46,0 @@ export declare function parseManifestFile(manifestFileContents: string): Promise<{}>;

@@ -43,3 +43,3 @@ {

},
"version": "4.0.0"
"version": "4.1.0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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