Socket
Socket
Sign inDemoInstall

gaze

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gaze - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

12

package.json
{
"name": "gaze",
"description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/shama/gaze",

@@ -26,12 +26,12 @@ "author": {

"dependencies": {
"globule": "^0.2.0"
"globule": "^1.0.0"
},
"devDependencies": {
"async": "^1.5.2",
"grunt": "^0.4.5",
"grunt-benchmark": "~0.2.0",
"grunt-cli": "~0.1.13",
"grunt": "^1.0.1",
"grunt-benchmark": "^0.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"rimraf": "^2.5.0",
"rimraf": "^2.5.2",
"semistandard": "^7.0.5"

@@ -38,0 +38,0 @@ },

@@ -161,2 +161,3 @@ # gaze [![Build Status](http://img.shields.io/travis/shama/gaze.svg)](https://travis-ci.org/shama/gaze) [![Build status](https://ci.appveyor.com/api/projects/status/vtx65w9eg511tgo4)](https://ci.appveyor.com/project/shama/gaze)

## Release History
* 1.1.0 - Update to `globule@1.0.0` with `minimatch >= 3.0.0`.
* 1.0.0 - Revert back to 0.5.2. Drop support for Node.js v0.8. Fix for `maxListeners`. Update globule to `0.2.0`.

@@ -163,0 +164,0 @@ * 0.6.4 - Catch and emit error from readdir (@oconnore). Fix for 0 maxListeners. Use graceful-fs to avoid EMFILE errors in other places fs is used. Better method to determine if pathwatcher was built. Fix keeping process alive too much, only init pathwatcher if a file is being watched. Set min required to Windows Vista when building on Windows (@pvolok).

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