base64url icon indicating copy to clipboard operation
base64url copied to clipboard

For encoding and decoding base64url!

Results 16 base64url issues
Sort by recently updated
recently updated
newest added

Doesnt work with Angular 7 still getting buffer is not defined, can someone else confirm? _Originally posted by @Gabb1995 in https://github.com/brianloveswords/base64url/issues/33#issuecomment-481248229_ Package.json ```"@agm/core": "^1.0.0-beta.5", "@angular/animations": "^7.1.4", "@angular/cdk": "^7.3.2", "@angular/common": "~7.1.0",...

1. Updated types 2. Extended function fromBase64 3. Removed `typings` from repo. It can be installed via `typings install` command 4. Ingored `typings` on publish

Buffer will decode a base64url string without padding.

The base64Url file was updated so it is using the TextEncoder and TextDecoder when dealing with encoded urls or to generate them. For string encoding this approach is fine. But...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

I see this package is about encoding and decoding base 64. Node itself has this functionality using the Buffer API. Shouldn't this package be marked as deprecated, as the last...