New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@thinkam/typeairtable

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thinkam/typeairtable - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.1.0",
"version": "0.1.1",
"description": "Data-Mapper Airtable for TypeScript, ES7, ES6, ES5. Supports Airtable database.",

@@ -8,0 +8,0 @@ "readmeFilename": "README.md",

@@ -13,3 +13,3 @@ import {

name: 'Authorization',
value: `Bearer ${this.config.apiKey}`
value: ''
};

@@ -27,2 +27,3 @@

if (table) {
this.header.value = `Bearer ${this.config.apiKey}`;
this.url = `${this.config.baseUrl}/${table.tableName}`;

@@ -29,0 +30,0 @@ }