MQTT client for digs and associated plugins
Fetch keys for object with a default or fail
non gratum anus rodentum
Common development dependencies for digs
Stickybits is a lightweight alternative to `position: sticky` polyfills
Get the metadata from a Google Cloud Platform environment
Google APIs Authentication Client Library for Node.js
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
GOV.UK Notify Node.js client
A simple utility for promisifying functions and classes.
A simple utility for replacing the projectid token in objects.
Cloud Storage Client Library for Node.js
A result paging utility used by Google node.js modules
A common tooling library used by the googleapis npm module. You probably don't want to use this directly.
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
A fully-featured caching GraphQL client.
JavaScript client for client-search
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
Common components for Cloud APIs Node.js Client Libraries
Realtime application framework client
JavaScript client for client-analytics
AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native
AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native
Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.
Lazy As Json A simple and concise way to use as_json with “only”, “except” and other options without using them literally. Instead of using this - `User.as_json(only: [:id, :first_name, profiles: [:company, :location]])` You can perhaps use this - `User.as_json(only_keys: ‘_,first_name,profiles(p),p.company,p.location’)` As simple as this. You can control what your API response should include through a flexible parameter string. i.e. - “/api/v1/users/me?_keys=_,last_name,profiles(p),p.company,p.location” This parameter string could dig through the nested objects and their nesting too. Just to reduce the API response size significantly, you can use this parameter control over wherever it is used. However it might seems quite trivial but frankly speaking it saves lot in response data hence faster loading time at client side. Moreover as it uses Hash.new and constructs attribute on runtime, you can throttle calling from the expensive method by using this parameter string.
Contentful API wrapper library exposing an ActiveRecord-like interface