Socket
Socket
Sign inDemoInstall

@types/glob-parent

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/glob-parent - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

glob-parent/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for glob-parent 5.1

interface Options {
flipBackslashes?: boolean;
flipBackslashes?: boolean | undefined;
}

@@ -13,0 +13,0 @@ }

{
"name": "@types/glob-parent",
"version": "5.1.0",
"version": "5.1.1",
"description": "TypeScript definitions for glob-parent",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "f5fda22a57e5d6e8313ab7b9dde3813e0ca432827841664a10219f8a3dc23b42",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f9851bf599bb883a0a02a82c232d4be513fae27b2643a1058e97caf23b80abf7",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,24 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-parent/index.d.ts)
````ts
// Type definitions for glob-parent 5.1
// Project: https://github.com/gulpjs/glob-parent
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Thu, 26 Sep 2019 18:46:42 GMT
declare function globParent(pattern: string, options?: globParent.Options): string;
declare namespace globParent {
interface Options {
flipBackslashes?: boolean | undefined;
}
}
export = globParent;
````
### Additional Details
* Last updated: Tue, 06 Jul 2021 20:33:05 GMT
* Dependencies: none

@@ -17,2 +35,2 @@ * Global values: none

# Credits
These definitions were written by mrmlnc <https://github.com/mrmlnc>.
These definitions were written by [mrmlnc](https://github.com/mrmlnc).

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