New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cli-tiny

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-tiny - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
images/pic.jpg

Sorry, the diff of this file is not supported yet

+1
-1
#!/usr/bin/env node
const program = require('commander');
const path = require('path');
const customVersion = '1.0.4';
const customVersion = '1.0.5';
const tiny = require(path.join(__dirname,'..', 'tiny.js'));

@@ -6,0 +6,0 @@ const Tiny = new tiny();

{
"name": "cli-tiny",
"version": "1.0.4",
"version": "1.0.5",
"description": "基于tinypng的命令行压缩工具",

@@ -5,0 +5,0 @@ "bin": {

@@ -20,2 +20,5 @@ # tiny

tiny -v # 查看版本
```
```
## 效果
![image](images/pic.jpg)