Socket
Socket
Sign inDemoInstall

airtable

Package Overview
Dependencies
Maintainers
14
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airtable - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

lib/airtable.umd.js

5

CHANGELOG.md

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

# v0.11.3
* Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that
use airtable.js as a dependency were bundling code that expects to run in a node environment when
building for a browser enviornment.
# v0.11.2

@@ -2,0 +7,0 @@ * Bump NPM package versions (#276, #281, #293, #296, #297, #298)

9

package.json
{
"name": "airtable",
"version": "0.11.2",
"version": "0.11.3",
"license": "MIT",

@@ -9,3 +9,3 @@ "homepage": "https://github.com/airtable/airtable.js",

"scripts": {
"pretest": "npm run lint && npm run prepare; true",
"pretest": "npm run lint && npm run prepare && cp build/airtable.browser.js test/test_files; true",
"lint": "eslint '*/**/*.{js,ts,tsx}'",

@@ -15,3 +15,3 @@ "format": "prettier --write '**/*.js'",

"test-unit": "jest --env node",
"prepare": "rm -rf lib/* && tsc && grunt browserify"
"prepare": "rm -rf lib/* && rm -f build/airtable.browser.js && tsc && cp lib/airtable.js lib/tmp_airtable.js && grunt browserify && rm lib/tmp_airtable.js"
},

@@ -30,2 +30,3 @@ "dependencies": {

"abort-controller": false,
"./lib/airtable.js": "./lib/airtable.umd.js",
"./lib/package_version": "./lib/package_version_browser"

@@ -78,2 +79,2 @@ },

}
}
}

Sorry, the diff of this file is too big to display

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