Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis-command-install

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-install - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

7

install.js

@@ -91,2 +91,6 @@ /*

if (fis.config.get('component.skipRoadmapCheck', false)) {
return;
}
roadmap.every(function(item) {

@@ -102,5 +106,6 @@ var reg = item.reg.toString();

good || logger.warn('Please copy the following rule to you `roadmap.path`\n settings in `fos-conf.js`:\n' +
good || logger.warn('Please copy the following rule to you `roadmap.path`\n settings in `fis-conf.js`:\n' +
'{\n'+
' reg: /^\\/'+folder+'\\/.*\\.js$/i,\n' +
' isMod: true,\n' +
' jswrapper: {\n' +

@@ -107,0 +112,0 @@ ' type: \'amd\'\n' +

2

package.json
{
"name": "fis-command-install",
"description": "fis install command.",
"version": "0.1.12",
"version": "0.1.13",
"author": "FIS Team <fis@baidu.com>",

@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/",

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