Socket
Socket
Sign inDemoInstall

glob

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

2

package.json

@@ -5,3 +5,3 @@ {

"description": "a little globber",
"version": "8.0.2",
"version": "8.0.3",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -51,3 +51,3 @@ module.exports = globSync

GlobSync.prototype._finish = function () {
assert(this instanceof GlobSync)
assert.ok(this instanceof GlobSync)
if (this.realpath) {

@@ -76,3 +76,3 @@ var self = this

GlobSync.prototype._process = function (pattern, index, inGlobStar) {
assert(this instanceof GlobSync)
assert.ok(this instanceof GlobSync)

@@ -79,0 +79,0 @@ // Get the first [n] parts of pattern that are all strings.

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