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

tinyjpg

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyjpg - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

bin/tinyjpg-compress.js

@@ -0,1 +1,4 @@

#!/usr/bin/env node
const tinify = require('tinify')

@@ -2,0 +5,0 @@ const program = require('commander')

@@ -0,1 +1,4 @@

#!/usr/bin/env node
const chalk = require('chalk').default

@@ -2,0 +5,0 @@ const fs = require('fs')

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

#!/usr/bin/env node
require('commander').version(require('../package').version)

@@ -3,0 +5,0 @@ .usage('<command> <options>')

2

package.json
{
"name": "tinyjpg",
"version": "1.0.1",
"version": "1.0.2",
"description": "compress images by tinypng api",

@@ -5,0 +5,0 @@ "main": "index.js",

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