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.0.1 to 5.0.0

7

CHANGELOG.md
# riot-cli
### v5.0.0
- Update the `riot-compiler` using the latest version
- Update to `chokidar@2`
### v4.0.1
- Fix #30
### v4.0.0

@@ -4,0 +11,0 @@ - Add inline sourcemap support via `--sourcemap` option

18

package.json
{
"name": "riot-cli",
"version": "4.0.1",
"version": "5.0.0",
"description": "Riot command line utility",

@@ -32,10 +32,10 @@ "main": "lib/index.js",

"devDependencies": {
"co-mocha": "^1.2.1",
"co-mocha": "^1.2.2",
"coveralls": "^3.0.0",
"eslint": "^4.13.1",
"eslint": "^4.19.1",
"eslint-config-riot": "^1.0.0",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"shelljs": "^0.7.8"
"mocha": "^5.0.5",
"shelljs": "^0.8.2"
},

@@ -49,9 +49,9 @@ "license": "MIT",

"dependencies": {
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"chalk": "^2.3.2",
"chokidar": "^2.0.3",
"co": "^4.6.0",
"optionator": "^0.8.2",
"riot-compiler": "^3.4.0",
"rollup": "^0.52.1"
"riot-compiler": "^3.5.1",
"rollup": "^0.57.1"
}
}
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