airtable-plusplus
Advanced tools
Comparing version 0.3.3 to 0.9.10-nightly.1508dcb.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
10
9
Yes
29297
75
1
8
1
1
+ Addednode-fetch@^3.2.1
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)
- Removedairtable@^0.11.0
- Removed@types/node@14.18.63(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedabortcontroller-polyfill@1.7.6(transitive)
- Removedairtable@0.11.6(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)