Socket
Socket
Sign inDemoInstall

globule

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globule - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

package.json
{
"name": "globule",
"description": "An easy-to-use wildcard globbing library.",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/cowboy/node-globule",

@@ -46,6 +46,6 @@ "author": {

"dependencies": {
"glob": "~7.0.3",
"lodash": "~4.9.0",
"minimatch": "~3.0.0"
"glob": "~7.1.1",
"lodash": "~4.16.4",
"minimatch": "~3.0.2"
}
}

@@ -122,2 +122,3 @@ # globule [![Build Status: Linux](https://travis-ci.org/cowboy/node-globule.svg?branch=master)](https://travis-ci.org/cowboy/node-globule) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/i9fnc38q952r9nc0/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/node-globule/branch/master)

## Release History
2016-10-23 - v1.1.0 - Update dependencies, lodash@4.16, glob@7.1.
2016-04-14 - v1.0.0 - Update dependencies, lodash@4.9, glob@7.0, minimatch@3.0. Paths are unix-style with prefixBase enabled.

@@ -124,0 +125,0 @@ 2014-01-07 - v0.2.0 - Updated dependencies. Added `src` option. Improved exclusion speed significantly.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc