Gathering detailed insights and metrics for jsonata-ui-core
Gathering detailed insights and metrics for jsonata-ui-core
Gathering detailed insights and metrics for jsonata-ui-core
Gathering detailed insights and metrics for jsonata-ui-core
npm install jsonata-ui-core
Typescript
Module System
Node Version
NPM Version
70
Supply Chain
79.7
Quality
83.2
Maintenance
100
Vulnerability
100
License
added underscore to acceptable characters in path
Updated on Nov 30, 2019
added . to valid characters in string
Updated on Nov 29, 2019
fixed export
Updated on Nov 27, 2019
SB: Added more test cases and escape string function
Updated on Nov 27, 2019
SB: missing a space
Updated on Nov 26, 2019
removing new lines from serialized condition due to tier naming issues
Updated on Nov 26, 2019
TypeScript (73.67%)
Gherkin (16.03%)
JavaScript (10.3%)
Total Downloads
96,784
Last Day
1
Last Week
290
Last Month
1,869
Last Year
17,795
MIT License
14 Stars
49 Commits
2 Forks
11 Watchers
15 Branches
11 Contributors
Updated on Feb 20, 2025
Minified
Minified + Gzipped
Latest Version
1.7.13
Package Id
jsonata-ui-core@1.7.13
Unpacked Size
32.55 kB
Size
6.88 kB
File Count
12
NPM Version
8.11.0
Node Version
16.16.0
Published on
Apr 21, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-27.3%
290
Compared to previous week
Last Month
-4%
1,869
Compared to previous month
Last Year
23.4%
17,795
Compared to previous year
8
Core AST and serializers for jsonata-ui
1npm install jsonata-ui-core
The core library includes a serializer to turning JSONata ASTs back into strings.
1import {serializer} from "jsonata-ui-core"; 2import jsonata from "jsonata" 3 4const input = `a.b.c = "foo"`; 5const ast = jsonata(input).ast(); 6const output = serializer(ast); 7console.log("There and back again", input, output);
This library serializes ASTs, and aims to match versions numbers with jsonata-js. This is because the ASTs returned by jsonata vary significantly by version.
jsonata | Jsonata-ui-core |
---|---|
1.7.x | 1.7.x |
<1.6.x | Not supported |
thunk
functions: λ($f) { λ($x) { $x($x) }( λ($g) { $f( (λ($a) {$g($g)($a)}))})}(λ($f) { λ($n) { $n < 2 ? 1 : $n * $f($n - 1) } })(6)
$matcher := /[a-z]*an[a-z]*/i
( $first5 := $substring(?, 0, 5); $first5("Hello, World") )
| Account.Order.Product | {'Price': Price * 1.2} |
Account ? null
vs Account ? null : true
jsonata-js
packageSponsored by SaaSquatch. Loyalty, point and referral programs for forward-looking companies.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More