pathwatcher
Advanced tools
Comparing version 0.1.5 to 0.2.0
@@ -6,3 +6,3 @@ { | ||
"description": "watch events of a file", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"repository": { | ||
@@ -14,3 +14,18 @@ "type": "git", | ||
"url": "https://github.com/atom/node-pathwatcher/issues" | ||
}, | ||
"scripts": { | ||
"prepublish": "grunt coffee", | ||
"test": "jasmine-node --forceexit --coffee spec/" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "~1.5.0", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-coffee": "~0.6.6", | ||
"grunt-cli": "~0.1.7", | ||
"grunt-shell": "~0.2.2", | ||
"coffee-script": "~1.6.2" | ||
}, | ||
"dependencies": { | ||
"bindings": "~1.1.0" | ||
} | ||
} |
# Path Watcher Node Module | ||
## Install | ||
## Installing | ||
````bash | ||
```bash | ||
npm install pathwatcher | ||
```` | ||
``` | ||
## Usage | ||
## Building | ||
* Clone the repository | ||
* Run `npm install` | ||
* Run `grunt` to compile the CoffeeScript and native code | ||
* Run `npm test` to run the specs | ||
## Docs | ||
### watch(filename, [listener]) | ||
@@ -23,2 +30,1 @@ | ||
Stop watching for changes on the given `PathWatcher`. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
30
0
6418
1
6
8
0
2
+ Addedbindings@~1.1.0
+ Addedbindings@1.1.1(transitive)