
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
goodtables
Advanced tools
An API wrapper for a goodtables.io service. goodtables.io is an open source web service for validating tabular data sources.
An API wrapper for a goodtables.io service. goodtables.io is an open source web service for validating tabular data sources.
validate
function to validate tabular data and output a goodtables
reportgoodtables.io/api
as a cloud backendThe package use semantic versioning. It means that major versions could include breaking changes. It's highly recommended to specify goodtables
version range in your package.json
file e.g. goodtables: ^1.0
which will be added by default by npm install --save
.
$ npm install goodtables
<script src="//unpkg.com/goodtables/dist/goodtables.min.js"></script>
Code examples in this readme requires Node v8.0+ or proper modern browser . Also you have to wrap code into async function if there is await
keyword used.
const source = '<SOURCE_URL>'
const options = {
apiUrl: 'https://goodtables.io/api',
apiToken: '<API_TOKEN>',
apiSourceId: '<API_SOURCE_ID>',
}
const report = await goodtables.validate(source, options)
This function gets a tabular dataset and returns a goodtables report.
async validate(source, options)
source (String/Object)
options
apiUrl
apiToken
apiSourceId
checks
errorLimit
tableLimit
rowLimit
inferSchema
inferFields
orderFields
preset
schema
(Object)
- returns a goodtables reportData quality spec is shipped with the library.
spec
(Object)
- returns data quality specThe project follows the Open Knowledge International coding standards. There are common commands to work with the project:
$ npm install
$ npm run build
$ npm run test
Here described only breaking and the most important changes. The full changelog could be found in nicely formatted commit history.
This version includes breaking changes and now uses goodtables.io/api
as a backend.
This version uses goodtables-web
service as a backend.
FAQs
An API wrapper for a goodtables.io service. goodtables.io is an open source web service for validating tabular data sources.
The npm package goodtables receives a total of 8 weekly downloads. As such, goodtables popularity was classified as not popular.
We found that goodtables demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.