psychojs
psychojs copied to clipboard
PsychoJS is the online counterpart of the PsychoPy Python library
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
First approximation, to get the things going.
FYI @TEParsons
2022.2.0 Rebased Version of #497 See: https://github.com/clenemt/docdash This might be a quite simple improvement to the API-Docs but by adding the docdash template the page gains: - better readibility -...
Multitouch support on a system level. Introduces a new `boolean` attribute to the `VisualStim` called `draggable`, setting which automatically subscribes and unsubscribes to the pointer events depending on passed value....
When calling the `Color` constructor with this argument, a seemingly invalid `_rgb` array is produced: ``` >> (new util.Color((1.0000, 1, -1.0000)))._rgb