Showing 1-20 of 22 packages
Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API.
Functional try-catch wrapper.
Generic type guard to check if a given value is a member of enum
Simple copy of faker.js library ###
An 'fs' kind of library dedicated to the browser
JavaScript library of crypt some data.
Fork of validate-azure-ad-token with added support for azure b2c
A safe way of returning the interior width and height of the window in pixels
A safe way of returning the interior width of the window in pixels
An 'fs' kind of library dedicated to the browser
A safe way of returning the interior height of the window in pixels
If for some reason you want to draw your component n times then this package is for you
Wrapper for @assemblyscript/loader package to support older versions of Safari (desktop [3.1 - 14.1] / mobile [11 - 14.7]).
Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing
Object storage factory implemented with the same interface as browser's local storage.
JSON schema validator, which is designed to be fast and simple to use - another part of my study project
A safe way to retrieve values from any level of the object cavity
An 'fs' kind of library dedicated to the browser
React hook which gives a smooth scrolling functions (wrapper for smooth-scroll library)
Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API. THIS VERSION WORKS WITH CLIENT_CREDENTIAL FLOW.