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

iqiyi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iqiyi - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

kit/cmd.js

1

action/branch.js

@@ -17,3 +17,2 @@ var myCli = require('../kit/cli');

var branchList = kit.getBranchList(root);
branchList.unshift(pathname.trunkName);

@@ -20,0 +19,0 @@ var currBranch = kit.getCurrBranch(root);

@@ -71,3 +71,2 @@ var path = require('path');

var promptCheckout = function(){
branchList.unshift(pathname.trunkName);
myCli

@@ -74,0 +73,0 @@ .begin()

@@ -56,2 +56,4 @@ var fs = require('fs');

var branchList = readDir(pathname.branchPath);
branchList.unshift(pathname.trunkName);
return branchList;

@@ -63,3 +65,3 @@ };

var pattern = /RewriteRule\s\.\*\s\w+\:\/\/[\w\.]+\/([\w\/]+)\/\$0\s\[P\]/;
var pattern = /RewriteRule\s\.\*\s\w+\:\/\/[\w\.]+\/([\w\/\-]+)\/\$0\s\[P\]/;
var branch = pattern.test(ruleCnt) && pattern.exec(ruleCnt)[1];

@@ -66,0 +68,0 @@ if(branch){

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

module.exports = new NodeCli();
//Reset console when program exits
module.exports.reset();
module.exports = new NodeCli();
#!/usr/bin/env node
var program = require('commander');
var config = require('./kit/config');
var completion = require('./kit/cmd').completion(
['init', 'use', 'checkout', 'branch', 'status'],
['h', 'V'],
['help', 'version']
);
if(completion){
return completion;
}
program.version(config().pkg.version);

@@ -30,7 +39,7 @@

},
{
/*{
command: 'goto',
description: 'goto the working directory',
action: require('./action/goto')
},
},*/
{

@@ -37,0 +46,0 @@ command: 'status',

@@ -18,3 +18,3 @@ {

],
"version": "0.0.4",
"version": "0.1.0",
"repository": {

@@ -21,0 +21,0 @@ "type": "git",

@@ -7,2 +7,4 @@ #Iqiyi Front-end Dev Tool

$ iqiyi completion install
$ iqiyi -h
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