Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
A small command-line app that watches for file changes and triggers a live-reload on file save. Watches the current working directory for js, html, css
extensions, ignoring .git
folder, node modules and bower components.
npm install wtch -g
#start watching ..
wtch
Useful alongside tools like wzrd.
wzrd index.js | wtch
Or with options:
wzrd test/index.js | wtch --dir test -e js,css,es6
PRs/suggestions welcome.
Usage:
wtch [opts]
Options:
--dir -d current working directory to watch (defaults to cwd)
--extension -e specifies an extension or a comma-separated list (default js,css,html)
--port -p the port to run livereload (defaults to 35729)
wtch(glob, [opt, cb])
Returns a through stream that watches the glob (or array of globs) with the given options and an optional callback.
Options:
cwd
the current working directory for gazeevent
the type of event for gaze, such as "all"
or "changed"
(defaults to changed)port
the port for livereload, defaults to 35729MIT, see LICENSE.md for details.
FAQs
small livereload/watch command line utility
The npm package wtch receives a total of 8 weekly downloads. As such, wtch popularity was classified as not popular.
We found that wtch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.