Socket
Socket
Sign inDemoInstall

@miniflare/watcher

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/watcher - npm Package Compare versions

Comparing version 2.0.0-rc.2 to 2.0.0-rc.3

2

dist/src/index.d.ts

@@ -18,4 +18,2 @@ export declare class Watcher {

export declare function withinDir(dir: string, file: string): boolean;
export { }

3

dist/src/index.js

@@ -243,5 +243,4 @@ // packages/watcher/src/index.ts

export {
Watcher,
withinDir
Watcher
};
//# sourceMappingURL=index.js.map
{
"name": "@miniflare/watcher",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "File-system watcher module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -39,7 +39,7 @@ "keywords": [

"dependencies": {
"@miniflare/shared": "2.0.0-rc.2"
"@miniflare/shared": "2.0.0-rc.3"
},
"devDependencies": {
"@miniflare/shared-test": "2.0.0-rc.2"
"@miniflare/shared-test": "2.0.0-rc.3"
}
}

@@ -20,3 +20,3 @@ # `@miniflare/watcher`

// Add file watchers
await watcher.watch(["./file1.txt", "./file2.txt"]);
await watcher.watch(/* any iterable */ ["./file1.txt", "./file2.txt"]);

@@ -23,0 +23,0 @@ // Remove watchers

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