webappsec-subresource-integrity VS quickjspp

Compare webappsec-subresource-integrity vs quickjspp and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
webappsec-subresource-integrity quickjspp
5 3
69 -
- -
0.0 -
about 1 year ago -
HTML
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webappsec-subresource-integrity

Posts with mentions or reviews of webappsec-subresource-integrity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    Seeing this, it reminded me of an interesting topic: caching at browser-level the external libraries used for big performance improvements: https://github.com/w3c/webappsec-subresource-integrity/issue...
  • 📦 Everything you need to know: package managers
    9 projects | dev.to | 2 Nov 2022
    All package managers implement strict specifications on this approach to integrity. For example, npm respects the W3C's "Subresource Integrity or SRI" specification, which describes the mechanisms to be implemented to reduce the risk of malicious code injection. You can jump directly here to the specification document if you want to dig deeper.
  • Python 3.11 in the Web Browser
    9 projects | news.ycombinator.com | 26 Mar 2022
    One proposed solution is checksums on CDN provided javascript:

    https://w3c.github.io/webappsec-subresource-integrity/

  • How Cloudflare verifies the code WhatsApp Web serves to users
    2 projects | news.ycombinator.com | 10 Mar 2022
    It's great to hear that you want this added to browsers themselves, and you're right that browsers are more likely to implement such changes if you can show that users are deliberately installing an extension to add the missing functionality.

    There has been some discussion at the W3C about extending the SRI spec in this direction[0], but it seems they are reluctant to do that unless "multiple browser vendors" choose to implement something like this.[1] Hopefully the existence and adoption of this browser extension helps to solve that bootstrapping / Catch-22 problem.

    As for usability, would it be sufficient to just adopt a TOFU model, where the browser pins the first key it sees for a domain? To prevent the risk of permanently bricking a site (if the key gets lost, or the host gets temporarily compromised) you could politely warn the user that the key has changed, or just show a different colour icon representing that the code is correctly signed with an unknown key.

    [0] https://github.com/w3c/webappsec/issues/449

    [1] https://github.com/w3c/webappsec-subresource-integrity/issue...

  • “Outlook just asked me if I want to upgrade to bigger ads?”
    3 projects | news.ycombinator.com | 18 Feb 2022
    Including the hash is exactly what subresource integrity does (even in a CDN context, conveniently enough), but so far people haven’t figured out a sufficiently non-leaky design to use it for caching[1,2].

    [1] https://github.com/w3c/webappsec-subresource-integrity/issue...

    [2] https://hillbrad.github.io/sri-addressable-caching/sri-addre...

quickjspp

Posts with mentions or reviews of quickjspp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-31.
  • LuaX: A Lua Dialect with JSX
    8 projects | news.ycombinator.com | 31 Dec 2023
    JSX is useful not just for advanced string interpolation but for representing/generation of tree alike structures / literals in PL. JSX is not only about HTML but XML too.

    I don't know how JSX is made in LuaX but in my QuickJS fork [1] JSX allows to generate as tree literals as procedure calls (JSX(tag,props,kids)) that can be used for various purposes - DOM population, VDOM generation, HTML/XML string composition, etc.

    And being embedded into a compiler JSX a) prevents common mistakes like non-closed tags and b) effective internalization ( translation happens at compile time once ).

    [1] JSX implementation for QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

  • JavaScript import maps are now supported cross-browser
    14 projects | news.ycombinator.com | 3 May 2023
    In Sciter I did just that - JSX is an integral part of JS compiler - patched version of QuickJS : https://gitlab.com/c-smile/quickjspp/-/blob/master/quickjs-j...

    So in Sciter this works out of the box:

       
  • The miracle of Smalltalk’s become: (2009)
    2 projects | news.ycombinator.com | 23 Nov 2022
    Only when code tries to access props/methods of the loaded object it gets fetched from disk, its __proto__ is set to particular class, etc.

    More on this architecture: https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/d...

    Patched QuickJS with storage support is here: https://gitlab.com/c-smile/quickjspp - it uses DyBase of Konstantin Knizhnik as a storage.

What are some alternatives?

When comparing webappsec-subresource-integrity and quickjspp you can also consider the following projects:

mma - MMA - Musical MIDI Accompaniment. This is a mirror of the original author's code drops.

sciter-js-sdk

Roundcube - The Roundcube Webmail suite

compression-dictionary-transport

esbuild - An extremely fast bundler for the web

ci - NodeSecure tool enabling secured continuous integration

JSLint - JSLint, The JavaScript Code Quality and Coverage Tool

wasmtime - A fast and secure runtime for WebAssembly

download-esm - Download ESM modules from npm and jsdelivr

simpatico - Simpatico is an umbrella term for several data-structures and algorithms written in JavaScript