Socket
Socket
Sign inDemoInstall

riot-cli

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

riot-cli - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

3

CHANGELOG.md
# riot-cli
### v4.1.1
- Fix: `watch` option on Windows https://github.com/riot/cli/issues/34
### v4.1.0

@@ -4,0 +7,0 @@ - Add: the `esm` option https://github.com/riot/cli/pull/32

5

lib/tasks/Watch.js

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

isFirstFork = process.env.isFirstFork === 'true',
watcher = chokidar.watch(glob, { ignoreInitial: !isFirstFork })
watcher = chokidar.watch(glob, {
ignoreInitial: !isFirstFork,
cwd: process.cwd()
})

@@ -38,0 +41,0 @@ watcher

{
"name": "riot-cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Riot command line utility",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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