Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

globs

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

globs - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

History.md

8

index.js

@@ -46,2 +46,10 @@ 'use strict';

if (!pending) {
// nothing to do
// ensure callback called asynchronously
return process.nextTick(function() {
callback(null, []);
})
}
// walk the patterns

@@ -48,0 +56,0 @@ patterns.forEach(function (pattern) {

4

package.json
{
"name": "globs",
"version": "0.1.1",
"version": "0.1.2",
"author": "Stephen Mathieson <me@stephenmathieson.com>",

@@ -11,3 +11,3 @@ "repository": {

"dependencies": {
"glob": "~3.1.21"
"glob": "^4.0.2"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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