Socket
Socket
Sign inDemoInstall

js-crypto-hmac

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-crypto-hmac - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

14

package.json
{
"name": "js-crypto-hmac",
"version": "0.3.0",
"version": "0.3.1",
"description": "Universal Module for HMAC (Hash-based Message Authentication Code) in JavaScript",

@@ -11,3 +11,3 @@ "main": "dist/jschmac.bundle.js",

"release:push": "git push --all && git push origin v$npm_package_version",
"test": "./node_modules/.bin/mocha --require @babel/register --recursive $(find test -name '*.spec.js')",
"test": "cross-env NODE_ENV=test nyc mocha --recursive $(find test -name '*.spec.js')",
"test:bundle": "npm run webpack && cross-env TEST_ENV=bundle npm run test",

@@ -18,7 +18,8 @@ "karma": "cross-env TEST_ENV=source ./node_modules/.bin/karma start",

"html": "npm run html:source && npm run html:bundle && npm run html:window",
"html:source": "cross-env TEST_ENV=source NODE_ENV=test npm run webpack",
"html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=test npm run webpack",
"html:window": "cross-env TEST_ENV=window NODE_ENV=test npm run webpack",
"html:source": "cross-env TEST_ENV=source NODE_ENV=html npm run webpack",
"html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=html npm run webpack",
"html:window": "cross-env TEST_ENV=window NODE_ENV=html npm run webpack",
"webpack": "./node_modules/.bin/webpack --optimize-minimize --mode development --config webpack.dev.js",
"webpack:prod": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --optimize-minimize --mode production --config webpack.prod.js",
"analyze": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --optimize-minimize --json --config webpack.prod.js | webpack-bundle-size-analyzer",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension && npm run webpack:prod"

@@ -68,2 +69,3 @@ },

"mocha-sinon": "2.1.0",
"nyc": "13.1.0",
"webpack": "4.26.0",

@@ -77,4 +79,4 @@ "webpack-cli": "3.1.2",

"@babel/runtime": "^7.1.5",
"js-crypto-hash": "^0.3.0"
"js-crypto-hash": "^0.3.1"
}
}
Universal Module for HMAC (Hash-based Message Authentication Code) in JavaScript
--
[![npm version](https://badge.fury.io/js/js-crypto-hmac.svg)](https://badge.fury.io/js/js-crypto-hmac)
[![CircleCI](https://circleci.com/gh/junkurihara/js-crypto-hmac.svg?style=svg)](https://circleci.com/gh/junkurihara/js-crypto-hmac)
[![Dependencies](https://david-dm.org/junkurihara/js-crypto-hmac.svg)](https://david-dm.org/junkurihara/js-crypto-hmac)
[![Maintainability](https://api.codeclimate.com/v1/badges/83e42ab5978b63c7f834/maintainability)](https://codeclimate.com/github/junkurihara/js-crypto-hmac/maintainability)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

@@ -5,0 +9,0 @@ > **WARNING**: At this time this solution should be considered suitable for research and experimentation, further code and security review is needed before utilization in a production application.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc