Socket
Socket
Sign inDemoInstall

sha3

Package Overview
Dependencies
13
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

8

package.json
{
"name": "sha3",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Node.js C++ extension for SHA-3 (Keccak)",
"keywords": [
"sha",
"sha3",

@@ -30,6 +31,7 @@ "sha-3",

"engines": {
"node": ">= 0.8"
"node": ">= 0.10",
"iojs": ">= 1.0"
},
"dependencies": {
"nan": "^1.5.1"
"nan": "^2.0.5"
},

@@ -36,0 +38,0 @@ "devDependencies": {

@@ -5,4 +5,2 @@ # A Node.js C++ extension for SHA-3 (Keccak)

**This repository is currently unmaintained. If you're interested in taking over maintenance, please open a Github issue.**
[![Build Status](https://travis-ci.org/phusion/node-sha3.svg?branch=master)](https://travis-ci.org/phusion/node-sha3)

@@ -9,0 +7,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc