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 3.1.1 to 5.1.0

10

glob-parent/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for glob-parent 3.1
// Type definitions for glob-parent 5.1
// Project: https://github.com/gulpjs/glob-parent

@@ -6,4 +6,10 @@ // Definitions by: mrmlnc <https://github.com/mrmlnc>

declare function globParent(pattern: string): string;
declare function globParent(pattern: string, options?: globParent.Options): string;
declare namespace globParent {
interface Options {
flipBackslashes?: boolean;
}
}
export = globParent;

4

glob-parent/package.json
{
"name": "@types/glob-parent",
"version": "3.1.1",
"version": "5.1.0",
"description": "TypeScript definitions for glob-parent",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "fe78132a2b9f1ce113a63dddfdfefa910977b1fe84b5070ceb2d77edf1277fbb",
"typesPublisherContentHash": "f5fda22a57e5d6e8313ab7b9dde3813e0ca432827841664a10219f8a3dc23b42",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for glob-parent ( https://github.com/gulpjs/glob-parent ).
This package contains type definitions for glob-parent (https://github.com/gulpjs/glob-parent).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 29 Mar 2019 01:19:08 GMT
* Last updated: Thu, 26 Sep 2019 18:46:42 GMT
* Dependencies: none

@@ -15,0 +15,0 @@ * Global values: none

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