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
72
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.19.0 to 1.19.1

sap-artifact-management-base-types-1.19.1.tgz

2

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

@@ -5,0 +5,0 @@ "types": "./src/index.d.ts",

import FastGlobFileSystemAdapter, { FileFilterFunction } from '../fs/FastGlobFileSystemAdapter';
export declare type GlobOptions = {
onlyFiles?: boolean;
ignore?: [string];
ignore?: string[];
onlyDirectories?: boolean;
cwd?: string;
escapeGitIgnore?: boolean;
};

@@ -8,0 +9,0 @@ export default class ProjectFileSystem {

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