New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neweggparser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neweggparser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -6,3 +6,2 @@ const cheerio = require('cheerio')

const url = `http://www.newegg.${tld}/Product/Product.aspx?Item=${itemID}`
console.log('Fetching: ', url)

@@ -9,0 +8,0 @@ return new Promise( (resolve, reject) => {

2

package.json
{
"name": "neweggparser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get basic data from newegg product page",

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

@@ -27,2 +27,6 @@ # Unofficial Newegg "API"

currency: 'Country Code' }
```
```
Accepting pull requests: [On Github](https://github.com/KyleTryon/NewEggParser)
Interested in development and PC gaming? Join the TechSquidTV Discord channel. [https://discordapp.com/invite/HvjfrT](https://discordapp.com/invite/HvjfrT)
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