Socket
Socket
Sign inDemoInstall

@types/glob

Package Overview
Dependencies
4
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.33 to 5.0.34

9

glob/index.d.ts

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

// Type definitions for Glob 5.0.10
// Type definitions for Glob 5.0
// Project: https://github.com/isaacs/node-glob

@@ -8,3 +8,2 @@ // Definitions by: vvakame <https://github.com/vvakame>

/// <reference types="node" />
/// <reference types="minimatch" />

@@ -23,4 +22,4 @@ import events = require("events");

var Glob: IGlobStatic;
var GlobSync: IGlobSyncStatic;
let Glob: IGlobStatic;
let GlobSync: IGlobSyncStatic;

@@ -68,3 +67,3 @@ interface IOptions extends minimatch.IOptions {

interface IGlobSyncStatic {
new (pattern: string, options?: IOptions): IGlobBase
new (pattern: string, options?: IOptions): IGlobBase;
prototype: IGlobBase;

@@ -71,0 +70,0 @@ }

{
"name": "@types/glob",
"version": "5.0.33",
"version": "5.0.34",
"description": "TypeScript definitions for Glob",

@@ -25,7 +25,8 @@ "license": "MIT",

"dependencies": {
"@types/events": "*",
"@types/minimatch": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "3b61088a270ca9ff3767ea76660338bea395245f257ab39701a3b645852c80aa",
"typesPublisherContentHash": "56900e2c5f1f06dd0be7553516efaec9abb4262e91ee787e2a3a1f71a6b437a4",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 04 Oct 2017 13:36:50 GMT
* Last updated: Tue, 12 Dec 2017 17:14:45 GMT
* Dependencies: events, fs, minimatch, node

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc