Socket
Socket
Sign inDemoInstall

tti.js

Package Overview
Dependencies
94
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

bin/tti.js
#!/usr/bin/env node
import './../lib/tti.js';
require('./../lib/tti.js');

@@ -1,5 +0,5 @@

import 'colors';
import fs from 'fs';
import _ from 'lodash';
import Jimp from 'jimp';
require('colors');
const fs = require('fs');
const _ = require('lodash');
const Jimp = require('jimp');

@@ -6,0 +6,0 @@

{
"type": "module",
"name": "tti.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Text to image conversion utility.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -13,13 +12,10 @@ "author": "zephyr",

"dependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"colors": "^1.4.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21"
"colors": "^1.4.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21"
},
"preferGlobal": true,
"directories": {
"bin": "./bin"
"bin": "./bin"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc