node-ui5 icon indicating copy to clipboard operation
node-ui5 copied to clipboard

A NodeJS wrapper on OpenUI5 to leverage tools like MockServer or ODataClient

Results 10 node-ui5 issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

When running [mockserver-server](https://github.com/ArnaudBuchholz/mockserver-server), two [unhandled rejection errors](https://nodejs.org/api/process.html#process_event_unhandledrejection) occurs. The first one is related to jsdom implementation and the XML wrappers contained in UI5. It looks like UI5 tries to overwrite...

I had a previous working version where I could successfully load UI5 with the layout library by running this code: ```js require("node-ui5/factory")({ bootstrapLocation: "https://openui5.hana.ondemand.com/resources/sap-ui-core.js", exposeAsGlobals: true, verbose: false, resourceroots: {...

Hi, await authenticate(CONNECTION) causes times out and is not handled. Therefore application waits forever.

Adds a connection helper to handle login screen

- Do not embed jsdom, use it only if available - Do not embed OpenUI5, use it only if not bootstrapLocation is provided - Isolates the serve part

Bumps [minimist](https://github.com/minimistjs/minimist), [handlebars](https://github.com/wycats/handlebars.js) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies