Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rl2020

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rl2020

Implementation of the RevocationList2020 format

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

RevocationList2020

This library provides the implementation for the RevocationList2020 proposal described here.

Demo

The following demo uses the wasm library on a web page.

Demo

To run the demo locally, build the javascript library using:

wasm-pack build --target web --debug

and then launch a local web server, for example using python:

python3 -m http.server 7654

Usage/Examples

The following example shows how to use the library with Rust.

https://github.com/noandrea/rl2020.rs/blob/aa3b2f099c6faa9f2ad45618cc3b0d4ae6bc0f4e/examples/main.rs#L5-L33

To run the example locally use the command:

cargo run --example main

Running Tests

To run tests, run the following command

  cargo test

Installation

Rust

The rust library is published on crates.io

Npm

The wasm library is published on npmjs

Keywords

FAQs

Package last updated on 19 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc