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.0 to 4.0.1

3

CHANGELOG.md

@@ -5,2 +5,3 @@ # riot-cli

- Add inline sourcemap support via `--sourcemap` option
- Change all the API methods will return always a Promise
- Change all the API methods will return always a Promise
- Remove `shelljs` from the dependencies for the I/O operations

@@ -5,3 +5,3 @@ 'use strict'

// global stuff
TEMP_FILE_NAME: /\/[^.~][^~/]+$/,
TEMP_FILE_NAME: /[/|\\][^.~][^~/]+$/,
// cli messages TODO: add all the other messages here

@@ -8,0 +8,0 @@ NO_FILE_FOUND: 'Source path does not exist',

{
"name": "riot-cli",
"version": "4.0.0",
"version": "4.0.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