Socket
Socket
Sign inDemoInstall

glob-stream

Package Overview
Dependencies
Maintainers
1
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 3.1.17 to 3.1.18

20

package.json
{
"name": "glob-stream",
"description": "File system globs as a stream",
"version": "3.1.17",
"version": "3.1.18",
"homepage": "http://github.com/wearefractal/glob-stream",

@@ -10,8 +10,7 @@ "repository": "git://github.com/wearefractal/glob-stream.git",

"files": [
"index.js",
"lib"
"index.js"
],
"dependencies": {
"glob": "^4.0.0",
"minimatch": "^1.0.0",
"glob": "^4.3.1",
"minimatch": "^2.0.1",
"ordered-read-streams": "^0.1.0",

@@ -23,13 +22,14 @@ "glob2base": "^0.0.12",

"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jshint": "^2.5.10",
"mocha": "^2.0.0",
"should": "^4.0.0",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "^2.6.1",
"istanbul": "^0.3.0",
"rimraf": "^2.2.5",
"jshint": "^2.4.1"
"should": "^4.3.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls"
},

@@ -36,0 +36,0 @@ "engines": {

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