New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mrtujiawei/bin

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrtujiawei/bin - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

9

dist/index.js

@@ -0,1 +1,2 @@

#!/bin/env node
'use strict';

@@ -310,2 +311,6 @@

program
.name('t')
.description('CLI to some JavaScript string utilities')
.version('0.0.1');
program
.command('download-m3u8')

@@ -325,6 +330,2 @@ .description('下载m3u8文件')

program
.name('t')
.description('CLI to some JavaScript string utilities')
.version('0.0.1');
program
.command('server')

@@ -331,0 +332,0 @@ .description('静态文件服务,支持https,请求代理')

{
"name": "@mrtujiawei/bin",
"version": "1.3.0",
"version": "1.3.1",
"description": "我的命令行工具",
"main": "",
"files": [

@@ -16,8 +15,8 @@ "dist",

"bin": {
"t": "./dist/index.js",
"combine-m3u8": "./shell/combine.sh",
"split-m3u8": "./shell/split.sh",
"check-command": "./shell/check-command.sh",
"git-download": "./shell/git-download.sh",
"toggle-npm-mirror": "./shell/toggle-npm-mirror.sh"
"t": "dist/index.js",
"combine-m3u8": "shell/combine.sh",
"split-m3u8": "shell/split.sh",
"check-command": "shell/check-command.sh",
"git-download": "shell/git-download.sh",
"toggle-npm-mirror": "shell/toggle-npm-mirror.sh"
},

@@ -24,0 +23,0 @@ "dependencies": {

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