Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

airtable-plusplus

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airtable-plusplus - npm Package Compare versions

Comparing version 0.3.3 to 0.9.10-nightly.1508dcb.0

CHANGELOG.md

122

package.json
{
"name": "airtable-plusplus",
"version": "0.3.3",
"description": "A TypeScript fork of `airtable-plus`, the Airtable Node library designed for async/await.",
"main": "./dist/AirtablePlusPlus.js",
"module": "./dist/AirtablePlusPlus.es.mjs",
"types": "./dist/AirtablePlusPlus.d.ts",
"directories": {
"lib": "dist"
},
"scripts": {
"lint": "eslint src --ext .ts",
"format": "prettier --write src",
"build": "tsc",
"doc": "typedoc --options ./typedoc.json && git checkout HEAD -- ./docs/CNAME",
"release": "semantic-release",
"build:prod": "rollup -c rollup.config.ts"
},
"config": {
"commitizen": {
"path": "./node_modules/@commitlint/prompt"
}
},
"repository": {
"type": "git",
"url": "https://github.com/cfanoulis/airtable-plusplus.git"
},
"keywords": [
"airtable",
"productivity",
"database",
"spreadsheet",
"node",
"async"
],
"author": "Charalampos Fanoulis <yo@fanoulis.dev>",
"maintainers": [
"Charalampos Fanoulis <yo@fanoulis.dev>"
],
"contributors": [
"Victor Hahn <vhahnwebdev@gmail.com>"
],
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/cfanoulis/airtable-plusplus/issues"
},
"homepage": "https://github.com/cfanoulis/airtable-plusplus#readme",
"dependencies": {
"airtable": "^0.11.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/prompt": "^16.2.1",
"@sapphire/eslint-config": "^4.2.1",
"@sapphire/prettier-config": "^1.0.7",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"commitlint": "^16.2.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"prettier": "^2.2.1",
"rollup": "^2.44.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"semantic-release": "^19.0.2",
"typedoc": "^0.22.12",
"typedoc-twilio-theme": "^1.0.1",
"typescript": "^4.2.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"prettier": "@sapphire/prettier-config"
}
"name": "airtable-plusplus",
"version": "0.9.10-nightly.1508dcb.0",
"type": "module",
"description": "amongus",
"main": "dist/index.js",
"repository": "https://github.com/cfanoulis/airtable-plusplus",
"author": "Charalampos Fanoulis <yo@fanoulis.dev>",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.2.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"tsup": "^5.11.13",
"typescript": "^4.6.2"
},
"scripts": {
"build:clean": "rimraf dist && yarn build",
"build": "tsc -p .",
"build:prod": "tsup --clean --format esm --minify --sourcemap --target es2020 --no-splitting --dts src/index.ts src",
"lint": "eslint src --ext ts",
"version:nightly": "standard-version --skip.commit --skip.tag --prerelease \"nightly.$(git rev-parse --verify --short HEAD)\""
},
"engines": {
"node": ">=14"
},
"packageManager": "yarn@3.2.0",
"files": [
"dist"
]
}
# Airtable++
A less complicated, TypeScript fork of `airtable-plus`, the Airtable Node library designed for async/await.
A modern, TypeScript-based, user friendly wrapper for [Airtable](https://airtable.com/invite/r/vUJDDkvQ)
## Documentation
You're currently viewing the rewrite branch - where the entire library is being rebuilt from the ground up using modern design principles.
Documentation is provided at https://airtable-plusplus.fanoulis.dev
## Support
For general questions, bugs & feature requests, please use the issue tracker
## Licensing
Original code licensed under MIT © Victor Hahn (full license located at LEGAL/LICENSE-3RDPARTY)
Modifications licensed under MIT © Charalampos Fanoulis
Nightlies will be released shortly

Sorry, the diff of this file is not supported yet

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