Socket
Socket
Sign inDemoInstall

chucho

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chucho - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

index.js
#!/usr/bin/env node
const fs = require('fs');
const { readFile } = require('fs');
const { join } = require('path');
fs.readFile('./ascii.txt', 'utf-8', (err, data) => {
readFile(join(__dirname, 'ascii.txt'), 'utf-8', (err, data) => {
if (err) {
console.error(err);
}
console.log(data);
});
{
"name": "chucho",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -12,4 +12,4 @@ "main": "index.js",

},
"author": "",
"author": "Dragan Filipovic",
"license": "ISC"
}
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