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

steamapi

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steamapi - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

dist/src/utils.js

@@ -10,3 +10,3 @@ import nodeFetch from 'node-fetch';

export async function fetch(url, options) {
console.log(url);
// console.log(url);
const res = await nodeFetch(url, options);

@@ -13,0 +13,0 @@ if (res.status === 400) {

@@ -7,3 +7,3 @@ {

"types": "dist/index.d.ts",
"version": "3.0.6",
"version": "3.0.7",
"license": "MIT",

@@ -10,0 +10,0 @@ "type": "module",

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