Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jordan

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jordan - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+8
index.js
const fs = require('fs');
const path = require('path');
const pic = path.join(__dirname, 'pic.jpg');
module.exports = {
beard: fs.readFileSync(pic).toString('base64'),
};

Sorry, the diff of this file is not supported yet

a picture of jordan
+1
-1
{
"name": "jordan",
"version": "0.0.1",
"version": "0.0.2",
"description": "jordan",

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