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.2.0 to 1.2.1

2

lib/globule.js

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2017 "Cowboy" Ben Alman
* Copyright (c) 2018 "Cowboy" Ben Alman
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ */

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

@@ -30,5 +30,5 @@ "author": {

"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt": "^1.0.0"
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt": "^1.0.2"
},

@@ -48,5 +48,5 @@ "keywords": [

"glob": "~7.1.1",
"lodash": "~4.17.4",
"lodash": "~4.17.10",
"minimatch": "~3.0.2"
}
}

@@ -122,10 +122,11 @@ # 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
2017-06-10 - v1.2.0 - Update dependencies, lodash@4.17.
2016-10-23 - v1.1.0 - Update dependencies, lodash@4.16, glob@7.1.
2018-05-29 - v1.2.1 - Update dependencies, lodash@4.17.10 to avoid errant security warnings.
2017-06-10 - v1.2.0 - Update dependencies, lodash@4.17.
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.
2014-01-07 - v0.2.0 - Updated dependencies. Added `src` option. Improved exclusion speed significantly.
2013-04-11 - v0.1.0 - Initial release.
2013-04-11 - v0.1.0 - Initial release.
## License
Copyright (c) 2017 "Cowboy" Ben Alman
Copyright (c) 2018 "Cowboy" Ben Alman
Licensed under the MIT license.

Sorry, the diff of this file is not supported yet

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