Socket
Socket
Sign inDemoInstall

@awdware/gah-shared

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awdware/gah-shared - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/services/file-system.service.d.ts

@@ -89,5 +89,6 @@ export interface IFileSystemService {

* @param ignore A single pattern or a array of patters that should be excluded from the glob search.
* @param noDefaultIgnore Set this parameter to true if you want to disable the default ignore patterns for this search.
* @returns A string array of relative paths to the matches files.
*/
getFilesFromGlob(glob: string, ignore?: string | string[]): string[];
getFilesFromGlob(glob: string, ignore?: string | string[], noDefaultIgnore?: boolean): string[];
/**

@@ -94,0 +95,0 @@ * @param file The path to the file that should be copied

{
"name": "@awdware/gah-shared",
"version": "0.0.2",
"version": "0.0.3",
"description": "Provides types and interfaces for gah",

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

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