You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

http-hmac-javascript

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-hmac-javascript - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "http-hmac-javascript",
"version": "0.1.0",
"version": "0.1.1",
"description": "HTTP HMAC JavaScript Library",

@@ -5,0 +5,0 @@ "main": "gulpfile.js",

@@ -5,3 +5,3 @@ # HTTP HMAC Signer for JavaScript

![ES6](https://camo.githubusercontent.com/d25414161ebfbbdd0f69a4a3e6a188a76ae2e82a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f65732d362d627269676874677265656e2e737667)
[![Build Status](https://travis-ci.com/acquia/http-hmac-javascript.svg?token=vEuJMmLgbhJzSGkAHj9Y&branch=master)](https://travis-ci.com/acquia/http-hmac-javascript)
[![Build Status](https://travis-ci.org/acquia/http-hmac-javascript.svg?branch=master)](https://travis-ci.org/acquia/http-hmac-javascript)

@@ -28,3 +28,3 @@ HMAC Request Signer is a JavaScript library that implements the version 2.0 of the [HTTP HMAC Spec](https://github.com/acquia/http-hmac-spec/tree/2.0)

## Files
* _demo/_ - Visit _get.hmtl_ and _post.html_ to see the demo in action.
* _demo/_ - Visit _get.html_ and _post.html_ to see the demo in action.
* _lib/_ - Library files.

@@ -31,0 +31,0 @@ * _es5/_ - Traspiled ES5 version.