Socket
Socket
Sign inDemoInstall

ts-igdb

Package Overview
Dependencies
24
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "ts-igdb",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node.js module for IGDB written in TypeScript",

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

@@ -672,3 +672,3 @@ # Node.js wrapper for IGDB API

(response: GameEndpointResponse[]) => {
// The response will be an array with only one elemnet with only a count property
// When using count, the response will be an array with one element with only one property: count
console.log(response[0].count);

@@ -711,3 +711,3 @@ }

(response: GameEndpointResponse[]) => {
// The response will be an array with only one elemnet with only a count property
// When using count, the response will be an array with one element with only one property: count
console.log(response[0].count);

@@ -714,0 +714,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc