Socket
Socket
Sign inDemoInstall

riot-cli

Package Overview
Dependencies
Maintainers
3
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 3.0.1 to 3.0.2

5

lib/helpers.js

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

entry: src,
onwarn: this.log
onwarn: (warning) => {
if (warning.code === 'UNRESOLVED_IMPORT') return
this.log(warning.message)
}
}).then((bundle) => {

@@ -117,0 +120,0 @@ var

12

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

@@ -27,8 +27,12 @@ "main": "lib/index.js",

],
"files": [
"lib",
"README.md"
],
"devDependencies": {
"coveralls": "^2.13.0",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
"mocha": "^3.3.0"
},

@@ -43,3 +47,3 @@ "license": "MIT",

"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"chokidar": "^1.7.0",
"co": "^4.6.0",

@@ -46,0 +50,0 @@ "optionator": "^0.8.2",

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