![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@getlazy/engine-pipeline
Advanced tools
Runs tasks through engine pipelines
On each run pipeline objects may emit multiple metrics
events. Each such event emits an array of metric objects.
Each metric object consists of:
Property | Type | Required | Description |
---|---|---|---|
timestamp | number | yes | Timestamp of the moment the metric was measured. |
category | string | yes | The category of the metric, for example file-analysis . |
action | string | yes | The action of the metric, for example warning-ignored . |
value | number | no | Value of the metric. Unless specified it's assumed to be 1 as in single occurrence. |
There can be any number of other properties and all of them will be included in the stored metric as they are. Notice however that lazy will overwrite them if their property names match built-in properties (see below)
lazy will add the following built-in properties to each metric before storing it:
Property | Type | Always | Description |
---|---|---|---|
engineId | string | yes | Name of the engine as specified in the lazy.yaml. |
language | string | yes | The language for which the analysis was performed. |
hostPath | string | yes | The path on the host of the file which was analyzed. |
client | string | yes | The client (e.g. atom ) which requested the analysis. |
hostname | string | yes | The name of the host from which the analysis was invoked. |
repository | string | no | The origin repository, if available, otherwise upstream , otherwise first remote repository. |
branch | string | no | The current repository branch, if available. |
Other properties may be added in the future but custom
property name is reserved for exclusive engine use and will never be overwritten by lazy. In it you can thus store deeper structures that need to be tracked.
FAQs
Runs tasks through lazy engine pipeline
We found that @getlazy/engine-pipeline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.