Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap/artifact-management-base-types

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/artifact-management-base-types - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

package.json
{
"name": "@sap/artifact-management-base-types",
"version": "1.1.2",
"version": "1.1.3",
"description": "Type signatures for artifact management",

@@ -14,4 +14,10 @@ "types": "./src/index.d.ts",

],
"dependencies": {
"@types/node": "14.14.6",
"@types/vscode": "1.52.0",
"@vscode-logging/types": "0.1.3",
"vscode-languageserver-types": "3.16.0"
},
"author": "",
"license": "ISC"
}

8

src/commons/ProjectFileSystem.d.ts
import FastGlobFileSystemAdapter, { FileFilterFunction } from '../fs/FastGlobFileSystemAdapter';
import { Options } from 'fast-glob';
export declare type GlobOptions = Options;
export declare type GlobOptions = {
onlyFiles?: boolean;
ignore?: [string];
onlyDirectories?: boolean;
cwd?: string;
};
export default class ProjectFileSystem {

@@ -5,0 +9,0 @@ basePath: string;

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