Socket
Socket
Sign inDemoInstall

chokidar

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chokidar - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

lib/index.js

7

CHANGELOG.md

@@ -1,6 +0,9 @@

## Chokidar 0.1.1 (April 26, 2012)
# Chokidar 0.2.0 (May 4, 2012)
* Rewritten in js.
# Chokidar 0.1.1 (April 26, 2012)
* Changed api to `chokidar.watch()`.
* Fixed compilation on windows.
## Chokidar 0.1.0 (April 20, 2012)
# Chokidar 0.1.0 (April 20, 2012)
* Initial release.
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile.",
"version": "0.1.1",
"keywords": ["fs", "watch", "watchFile", "watcher", "watching", "file"],
"version": "0.2.0",
"keywords": ["fs", "watch", "watchFile", "watcher", "file"],
"homepage": "https://github.com/paulmillr/chokidar",

@@ -20,12 +20,6 @@ "author": "Paul Miller (http://paulmillr.com)",

"main": "./lib/index",
"scripts": {
"postinstall": "node beare.js compileCoffeeScripts",
"test": "node beare.js testWithMocha"
},
"engines": {
"node": "~0.6.10 || 0.7 || 0.8"
},
"dependencies": {
"beare": "0.1.1"
},
"dependencies": {},
"devDependencies": {

@@ -32,0 +26,0 @@ "mocha": "1.0.1",

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