Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pathwatcher

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathwatcher - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

17

package.json

@@ -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"
}
}

16

README.md
# 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

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