Socket
Socket
Sign inDemoInstall

airtable

Package Overview
Dependencies
12
Maintainers
12
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123

0.4.4

Diff

Changelog

Source

v0.4.4

  • airtable.browser.js no longer implicitly depends on jQuery being available on the page.
  • Upgraded dependency: request 2.79.0 (removes tough-cookie vulnerability warning).
kasrak
published 0.4.3 •

Changelog

Source

v0.4.3

  • Fixed issue that prevented callback from being called with error when running in the browser and servers are unreachable.
kasrak
published 0.4.2 •

Changelog

Source

v0.4.2

  • Upgraded dependencies: async 1.5.2, request 2.73.0
kasrak
published 0.4.1 •

Changelog

Source

v0.4.1

  • Fixed a bug that prevented records returned from select queries from being deleted.

  • Fixed the demo page (test/test_files/index.html)

kasrak
published 0.4.0 •

Changelog

Source

v0.4.0

  • Added Table.select for querying records in a table. It takes the following optional parameters for sorting and filtering records:

      fields: only include the specified fields in results.
      filterByFormula: only include records that satisfy the formula.
      maxRecords: at most, return this many records in total.
      pageSize: at most, return this many records in each request.
      sort: specify fields to use for sorting the records.
      view: return records from a specific view, using the view order.
    
  • Deprecated Table.list and Table.forEach. Use Table.select instead.

syrnick
published 0.2.2 •

syrnick
published 0.2.0 •

Changelog

Source

v0.2.0

  • Renamed Application to Base. This is a breaking change for the client, no changes in the API.
syrnick
published 0.1.19 •

Changelog

Source

v0.1.19

  • Added ability to listRecords according to view (filters and order) and sort by a field.
syrnick
published 0.1.1 •

Changelog

Source

v0.1.19

  • Added ability to listRecords according to view (filters and order) and sort by a field.
syrnick
published 0.1.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