Socket
Socket
Sign inDemoInstall

glob-stream

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-stream - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

3

index.js

@@ -11,2 +11,3 @@ 'use strict';

var globParent = require('glob-parent');
var path = require('path');
var extend = require('extend');

@@ -27,3 +28,3 @@

// Extract base path from glob
var basePath = opt.base || globParent(ourGlob) + '/';
var basePath = opt.base || globParent(ourGlob) + path.sep;

@@ -30,0 +31,0 @@ // Create stream and map events from globber to it

{
"name": "glob-stream",
"version": "5.3.0",
"version": "5.3.1",
"description": "A wrapper around node-glob to make it streamy",

@@ -27,3 +27,3 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",

"glob-parent": "^2.0.0",
"micromatch": "^2.3.0",
"micromatch": "^2.3.7",
"ordered-read-streams": "^0.3.0",

@@ -30,0 +30,0 @@ "through2": "^0.6.0",

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