Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
etl-toolkit
Advanced tools
General components for managing the retrieval and processing of data
populateIds
may be used to add IDs to the etlStore from a paged source.
populateRecordsFromIds
may be used to populate records from the IDs in the etlStore.
The etlStore
manages the state of the ETL including IDs, loaded records, and a list of errored IDs.
The store can persist state to the local file system during queue processing enabling an ETL to continue after interruption.
Environment variables are expected to be managed by the environment in which the application is being run. This is best practice as described by twelve-factor.
Environment variables are used to set application level settings for each environment.
Variable | Description | Default | Required |
---|---|---|---|
LOG_LEVEL | log level | Depends on NODE_ENV | |
NODE_ENV | node environment | development | |
OUTPUT_FILE | Filename saved to azure | etl-data | |
HITS_PER_HOUR | Maximum number of times to call a queue operation per hour | 20000 | |
ETL_NAME | Name used in Bunyan logger | etl-toolkit |
FAQs
general components for managing the retrieval and processing of data
The npm package etl-toolkit receives a total of 1 weekly downloads. As such, etl-toolkit popularity was classified as not popular.
We found that etl-toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.