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

@vlourme/stockx-api

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vlourme/stockx-api - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/index.js

@@ -31,5 +31,5 @@ import axios from "axios";

case StockXLocation.US:
return 'https://api.v2.stockx.vlour.me';
return 'https://api.sneakersapi.dev';
case StockXLocation.EU:
return 'https://de.api.v2.stockx.vlour.me';
return 'https://eu.api.sneakersapi.dev';
}

@@ -36,0 +36,0 @@ }

{
"name": "@vlourme/stockx-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "An unofficial StockX API wrapper for Node.js",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

},
"homepage": "https://stockx.vlour.me",
"homepage": "https://sneakersapi.dev",
"devDependencies": {

@@ -33,0 +33,0 @@ "@babel/preset-typescript": "^7.24.7",

@@ -35,5 +35,5 @@ import axios from "axios";

case StockXLocation.US:
return 'https://api.v2.stockx.vlour.me';
return 'https://api.sneakersapi.dev';
case StockXLocation.EU:
return 'https://de.api.v2.stockx.vlour.me';
return 'https://eu.api.sneakersapi.dev';
}

@@ -40,0 +40,0 @@ }

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