🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

igdb-api-node

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igdb-api-node - npm Package Compare versions

Comparing version
6.0.3
to
6.0.4
+1
-1
dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "6.0.3";
export declare const VERSION = "6.0.4";

@@ -5,2 +5,2 @@ "use strict";

// This file is auto-generated. Do not edit it manually.
exports.VERSION = '6.0.3';
exports.VERSION = '6.0.4';
{
"name": "igdb-api-node",
"version": "6.0.3",
"version": "6.0.4",
"main": "dist/index.js",

@@ -34,3 +34,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"apicalypse": "^1.0.2"
"apicalypse": "^1.0.4"
},

@@ -37,0 +37,0 @@ "description": "Nodejs API Wrapper for the IGDB.com API",

@@ -30,2 +30,11 @@ const assert = require("assert");

it("Should keep initially passed apicalypse object", () => {
const query = "fields name;";
const vanilla = igdb("a", "b", {
apicalypse: query
});
vanilla.constructOptions();
assert.deepStrictEqual(vanilla.config.data, query);
});
it("Should not convert buffers to json", () => {

@@ -32,0 +41,0 @@ const client = igdb("a", "b", {