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

pathwatcher

Package Overview
Dependencies
Maintainers
6
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 2.3.6 to 2.3.7

66

api.json

@@ -6,3 +6,3 @@ {

"filename": "src/directory.coffee",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L14",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L14",
"sections": [

@@ -35,3 +35,3 @@ {

"sectionName": "Construction",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L29",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L29",
"visibility": "Public",

@@ -58,3 +58,3 @@ "summary": "Configures a new Directory instance, no files are accessed.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L53",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L53",
"visibility": "Public",

@@ -81,3 +81,3 @@ "summary": "Invoke the given callback when the directory's contents change.",

"sectionName": "Directory Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L81",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L81",
"visibility": "Public",

@@ -96,3 +96,3 @@ "summary": "",

"sectionName": "Directory Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L84",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L84",
"visibility": "Public",

@@ -111,3 +111,3 @@ "summary": "",

"sectionName": "Directory Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L88",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L88",
"visibility": "Public",

@@ -120,3 +120,3 @@ "summary": "Return a {Boolean}, true if this {Directory} is the root directory\nof the filesystem, or false if it isn't. ",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L99",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L99",
"visibility": "Public",

@@ -135,3 +135,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L105",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L105",
"visibility": "Public",

@@ -150,3 +150,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L116",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L116",
"visibility": "Public",

@@ -165,3 +165,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L121",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L121",
"visibility": "Public",

@@ -180,3 +180,3 @@ "summary": "",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L160",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L160",
"visibility": "Public",

@@ -195,3 +195,3 @@ "summary": "Traverse to the parent directory.",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L169",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L169",
"visibility": "Public",

@@ -218,3 +218,3 @@ "summary": "Traverse within this Directory to a child File. This method doesn't\nactually check to see if the File exists, it just creates the File object.",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L179",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L179",
"visibility": "Public",

@@ -241,3 +241,3 @@ "summary": "Traverse within this a Directory to a child Directory. This method\ndoesn't actually check to see if the Directory exists, it just creates the\nDirectory object.",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L185",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L185",
"visibility": "Public",

@@ -256,3 +256,3 @@ "summary": "Reads file entries in this directory from disk synchronously.",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L206",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L206",
"visibility": "Public",

@@ -287,3 +287,3 @@ "summary": "Reads file entries in this directory from disk asynchronously.",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/directory.coffee#L233",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/directory.coffee#L233",
"visibility": "Public",

@@ -309,3 +309,3 @@ "summary": "",

"filename": "src/file.coffee",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L20",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L20",
"sections": [

@@ -342,3 +342,3 @@ {

"sectionName": "Construction",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L35",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L35",
"visibility": "Public",

@@ -365,3 +365,3 @@ "summary": "Creates a new file.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L71",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L71",
"visibility": "Public",

@@ -388,3 +388,3 @@ "summary": "Invoke the given callback when the file's contents change.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L80",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L80",
"visibility": "Public",

@@ -411,3 +411,3 @@ "summary": "Invoke the given callback when the file's path changes.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L89",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L89",
"visibility": "Public",

@@ -434,3 +434,3 @@ "summary": "Invoke the given callback when the file is deleted.",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L111",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L111",
"visibility": "Public",

@@ -449,3 +449,3 @@ "summary": "",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L114",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L114",
"visibility": "Public",

@@ -464,3 +464,3 @@ "summary": "",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L117",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L117",
"visibility": "Public",

@@ -479,3 +479,3 @@ "summary": "",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L123",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L123",
"visibility": "Public",

@@ -494,3 +494,3 @@ "summary": "Get the SHA-1 digest of this file",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L132",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L132",
"visibility": "Public",

@@ -511,3 +511,3 @@ "summary": "Sets the file's character set encoding name.",

"sectionName": "File Metadata",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L135",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L135",
"visibility": "Public",

@@ -526,3 +526,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L142",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L142",
"visibility": "Public",

@@ -541,3 +541,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L149",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L149",
"visibility": "Public",

@@ -556,3 +556,3 @@ "summary": "",

"sectionName": "Managing Paths",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L158",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L158",
"visibility": "Public",

@@ -565,3 +565,3 @@ "summary": "Return the {String} filename without any directory information. ",

"sectionName": "Traversing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L166",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L166",
"visibility": "Public",

@@ -574,3 +574,3 @@ "summary": "Return the {Directory} that contains this file. ",

"sectionName": "Reading and Writing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L202",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L202",
"visibility": "Public",

@@ -597,3 +597,3 @@ "summary": "Reads the contents of the file.",

"sectionName": "Reading and Writing",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.6/src/file.coffee#L242",
"srcUrl": "https://github.com/atom/node-pathwatcher/blob/v2.3.7/src/file.coffee#L242",
"visibility": "Public",

@@ -600,0 +600,0 @@ "summary": "Overwrites the file with the given text.",

@@ -5,3 +5,3 @@ {

"description": "Watch files and directories for changes",
"version": "2.3.6",
"version": "2.3.7",
"licenses": [

@@ -40,3 +40,3 @@ {

"emissary": "^1.1.0",
"event-kit": "^0.6.0",
"event-kit": "^1.0.0",
"fs-plus": "^2.1",

@@ -43,0 +43,0 @@ "grim": "^1.0.0",

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