Jessie icon indicating copy to clipboard operation
Jessie copied to clipboard

Tiny subset of JavaScript for ocap-safe universal mobile code

Results 15 Jessie issues
Sort by recently updated
recently updated
newest added

I find it strange that it is the caller of, for example, `makeJustin` that need to know that Justin inherits from JSON. Clearly, the actual contents of `makeJustin` strongly rely...

Hi, Standard `JSON.parse` prevents people from injecting `__proto__` into the parsed objects, which are all derived from `Object`. Instead an "own property" called `__proto__` is created. However, this is still...

"ocap" is used in lowercase throughout. I guess for people who work in this space, it's completely obvious what it means, but I had no idea. Googling "ocap" primarily returns...

enhancement

I was looking at some code carefully, in particular a call using "named arguments": ```js addBidCommand(interCmd, { tui, makeRpcClient, agd }); ``` Is this allowed in Jessie? Could/should it be?...

https://github.com/endojs/Jessie/pull/98#discussion_r1152556792 : > This probably needs fresh words since SES now uses in-realm `lockdown()` with Compartments instead of Frozen Realms, but I'm not entirely sure what exactly to write.

refs: Agoric/agoric-sdk#5632 Linting so that module-level functions don't run on import, and no mutable bindings exist. Hardening rules need to come later to prevent mutable module data.

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.9.6 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies