Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ezs/analytics
Advanced tools
ezs
analytics functionsThis package cannot be used alone. @ezs/core has to be installed
import ezs from '@ezs/core';
import analytics from '@ezs/analytics';
ezs.use(analytics);
process.stdin
.pipe(ezs('STATEMENT_NAME', { STATEMENT_PARAMETERS })
.pipe(process.stdout);
Take Object
object getting some fields with json path, and do ...
data
feed
path
StringReturns Object
Take Object
object getting some fields with json path, and do ...
data
feed
path
String path (optional, default id
)Returns Object
Take Object
like { id, value } and throw a serie of number value
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)step
String step between each valut (optional, default 1
)start
Number first value to throw (optional, default minvalueinthestream
)size
Number size of the distribution (optional, default (minvalue-maxvalue)inthestream
)default
Number default value for missing object (optional, default 0
)Returns Object
Take Object
and throw the same object only if there the value of the select field is not equals than a value
data
feed
path
String path of the field to compare (optional, default value
)if
Number value to compare (optional, default ''
)Returns Object
Take Object
and take values with [value] path (must be an array)
and throw object of each value. The new object is build with [id] and eac value.
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
and throw the same object only if there the value of the select field is equals than a value
data
feed
path
String path of the field to compare (optional, default value
)if
Number value to compare (optional, default ''
)Returns Object
Take Object
object getting some fields with json path, and do ...
data
feed
path
StringReturns Object
Take Object
and throw the same object only if there the value of the select
field is greater (or equal) than a value
data
feed
path
String path of the field to compare (optional, default value
)than
Number value to compare (optional, default 0
)strict
Boolean greater than but not equal (optional, default false
)Returns Object
Take Object
like { id, value } and reduce all value with the same id in single object
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
like { id, value } and reduce all value with
ID which have the same Hamming distance in single object
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
like { id, value } and reduce all value with
ID which have the same Levenshtein distance in single object
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)distance
Number minimal levenshtein distance to have a same id (optional, default 1
)Returns Object
Take Object
like { id, value } and reduce all value with the same modulo comptuation in ansingle object
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
and throws all its keys
data
feed
path
StringReturns Object
Take Object
and throw the same object only if there the value of the select field is less (or equal) than a value
data
feed
path
String path of the field to compare (optional, default value
)than
Number value to compare (optional, default 0
)strict
Boolean less than but not equal (optional, default false
)Returns Object
Take special Object
like {id, value} and replace value with the max of values
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take special Object
like {id, value} and replace value with the merge of values
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take special Object
like {id, value} and replace value with the min of values
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
object getting some fields with json path, and do ...
data
feed
path
StringReturns Object
Take Object
object getting value of fields (with json path)
and throws a object of each value
data
feed
path
String path to use form group by (optional, default id
)Returns Object
Take Object
group value of { id, value } objectpath
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
object getting some fields with json path, and
throw segment of value. Ex: get [a,b,c] and throw [a,b], [b,c]
data
feed
path
String path (optional, default value
)aggregate
Boolean aggregate all values for all paths (or not) (optional, default true
)Returns Object
Take Object
and throw the same object onl if there in the section of the stream between start and start + size
stream is numbered from 1
data
feed
start
Number start of the slice (optional, default 0
)size
Number size of the slice (optional, default 10
)Returns Object
Take all Object
and sort them with dedicated key
data
feed
path
String path to use for id (optional, default id
)Returns Object
Take special Object
like {id, value} and replace value with the sum of values
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take Object
and take values with [value] path (must be an array)
data
feed
id
String path to use for id (optional, default id
)value
String path to use for value (optional, default value
)Returns Object
Take all Object
and sort them with selected field
data
feed
path
String path to use for the sort key (optional, default id
)Returns Object
Take Object
object and getting the value field
data
feed
path
String the pah of the value field (optional, default value
)Returns Object
FAQs
Analytics statements for EZS
The npm package @ezs/analytics receives a total of 320 weekly downloads. As such, @ezs/analytics popularity was classified as not popular.
We found that @ezs/analytics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.