Socket
Socket
Sign inDemoInstall

vscode-chokidar

Package Overview
Dependencies
116
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.3 to 1.6.4

2

index.js

@@ -6,3 +6,3 @@ 'use strict';

var asyncEach = require('async-each');
var anymatch = require('anymatch');
var anymatch = require('vscode-anymatch');
var globParent = require('glob-parent');

@@ -9,0 +9,0 @@ var isGlob = require('is-glob');

{
"name": "vscode-chokidar",
"description": "VSCode fork of chokidar (A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.)",
"version": "1.6.3",
"version": "1.6.4",
"keywords": [

@@ -46,3 +46,3 @@ "fs",

"dependencies": {
"anymatch": "^1.3.0",
"vscode-anymatch": "^1.3.0",
"async-each": "^1.0.0",

@@ -49,0 +49,0 @@ "glob-parent": "^2.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc