Socket
Socket
Sign inDemoInstall

glob-watcher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-watcher - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

17

package.json
{
"name": "glob-watcher",
"description": "Watch globs",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "http://github.com/wearefractal/glob-watcher",

@@ -13,11 +13,16 @@ "repository": "git://github.com/wearefractal/glob-watcher.git",

"devDependencies": {
"mocha": "*",
"should": "*",
"rimraf": "~2.2.5"
"mocha": "~1.17.0",
"should": "~2.1.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"rimraf": "~2.2.5",
"jshint": "~2.4.1"
},
"scripts": {
"test": "mocha"
"test": "mocha --reporter spec && jshint",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">= 0.4.0"
"node": ">= 0.9"
},

@@ -24,0 +29,0 @@ "licenses": [

@@ -1,5 +0,3 @@

[![Build Status](https://travis-ci.org/wearefractal/glob-watcher.png?branch=master)](https://travis-ci.org/wearefractal/glob-watcher)
# glob-watcher [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][david-image]][david-url]
[![NPM version](https://badge.fury.io/js/glob-watcher.png)](http://badge.fury.io/js/glob-watcher)
## Information

@@ -17,3 +15,3 @@

<td>Node Version</td>
<td>>= 0.4</td>
<td>>= 0.9</td>
</tr>

@@ -42,25 +40,16 @@ </table>

## LICENSE
(MIT License)
[npm-url]: https://npmjs.org/package/glob-watcher
[npm-image]: https://badge.fury.io/js/glob-watcher.png
Copyright (c) 2013 Fractal <contact@wearefractal.com>
[travis-url]: https://travis-ci.org/wearefractal/glob-watcher
[travis-image]: https://travis-ci.org/wearefractal/glob-watcher.png?branch=master
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
[coveralls-url]: https://coveralls.io/r/wearefractal/glob-watcher
[coveralls-image]: https://coveralls.io/repos/wearefractal/glob-watcher/badge.png
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
[depstat-url]: https://david-dm.org/wearefractal/glob-watcher
[depstat-image]: https://david-dm.org/wearefractal/glob-watcher.png
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[david-url]: https://david-dm.org/wearefractal/glob-watcher
[david-image]: https://david-dm.org/wearefractal/glob-watcher.png?theme=shields.io

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