New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

signed-request

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

signed-request

A signed JSON container.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

signed-request Build Status

A signed JSON container. The form is basically:

base64url(hmac256(json(data))).base64url(json(data))

That's a base64 URL encoded hmac256 hash of the JSON representation of the data, followed by a dot ., followed by the base64 URL encoded JSON representation itself.

This is the same as the Facebook signed_request. But it's generically useful.

FAQs

Package last updated on 19 Jul 2013

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