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

steam-market-pricing

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steam-market-pricing - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

example.js

4

index.js

@@ -32,3 +32,3 @@ var request = require('request');

body.market_hash_name = name;
callback(null, JSON.stringify(body));
callback(null, body);
} else {

@@ -85,3 +85,3 @@ callback(err);

if(Object.keys(result).length === names.length) {
callback(JSON.stringify(result));
callback(result);
}

@@ -88,0 +88,0 @@ });

{
"name": "steam-market-pricing",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple module that checks steam market prices",

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

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