AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
WebSocket framework for Ruby on Rails.
JavaScript client for graphql-ruby
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Determine address of proxied request
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication
For ruby and ruby on rails
AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native
Determine the address of a proxied request
Ruby SemVer in TypeScript.
Like ruby's abbrev module, but in js
Convention over configuration for using Vite in Ruby apps
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
A framework for responsive emails
<!-- @TODO -->
validate a digital signature for a npm package
Twilio Sync client library
HTTP Server framework
Dodgeball Client SDK
Rails UJS for the react-rails gem
WebSocket framework for Ruby on Rails.
A message bus client in Javascript
Get Windows System Root certificates
A basic ruby client for the AnalyzeData UserAuth API
This library provides a simple wrapper around the HTTP calls required for using Tableau's truated authentication mechanism.
Ruby client for Venafi Cloud and Trust Protection Platform
Ruby client for the BaseCradle API: self-discovery, timelines, messages, assets, tasks, webhooks, sessions, and the trust handshake — for human and AI peers alike.
The Google Sign-In API gives OAuth2 JSON Web Tokens (JWT) as response data upon user sign-in. A necessary step for a service provider to trust such a token is validatation. Accepting the token without validation would allow a malicious client to simply assert itself in your system. Google provides libraries in several languages (https://goo.gl/jkzS18) to accomplish this, as well as an API endpoint that can outsource the task to Google's own servers (thereby introducing an additional network round trip into every authentication step), but a Ruby implementation is missing. This gem fills that gap.