🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

clipix

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipix - npm Package Compare versions

Comparing version
0.3.2
to
0.4.0
+6
-0
bin/index.js

@@ -13,3 +13,7 @@ #!/usr/bin/env node

const config = require('../src/commands/config')
const updateNotifier = require('update-notifier')
const pkg = require('../package.json')
const updateCheck = updateNotifier({ pkg })
async function action (source) {

@@ -64,2 +68,4 @@ try {

if (updateCheck.update) updateCheck.notify()
program.parse(process.argv)

@@ -66,0 +72,0 @@ }

+8
-20
{
"name": "clipix",
"version": "0.3.2",
"description": "Clipix, an nice image editor for the terminal created in Nodejs ",
"version": "0.4.0",
"description": "Clipix, nice image editor for the terminal created in Nodejs",
"main": "index.js",

@@ -9,21 +9,8 @@ "scripts": {

},
"contributors": [
{
"name": "j-kizeno",
"email": "julianquiceno20@gmail.com"
}
],
"maintainers": [
{
"name": "mateoreparaz",
"email": "mateoreparaz1989@gmail.com"
},
{
"name": "alejandro-benitez",
"email": "alejandrobenitezramos@gmail.com"
}
],
"keywords": [
"cli",
"sharp"
"sharp",
"images",
"editor",
"compress"
],

@@ -43,3 +30,4 @@ "bin": {

"sharp": "^0.26.3",
"tinify": "^1.6.0-beta.2"
"tinify": "^1.6.0-beta.2",
"update-notifier": "^5.0.1"
},

@@ -46,0 +34,0 @@ "devDependencies": {