Comparing version 1.0.3 to 1.0.4
@@ -1,7 +0,9 @@ | ||
const path = require('path'); | ||
const fs = require('fs'); | ||
'use strict' | ||
const path = require('path') | ||
const fs = require('fs') | ||
fs.readFile( | ||
path.resolve(__dirname, 'lucas.json'), 'utf8', | ||
(err, data) => console.log(err || data) | ||
); | ||
) |
{ | ||
"name": "lucas", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Info about me", | ||
"main": "lucas.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"postinstall": "cat lucas.json" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
15
0
0
1426
1