Socket
Socket
Sign inDemoInstall

hash-base

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hash-base - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

3

index.js

@@ -21,4 +21,3 @@ 'use strict'

try {
if (encoding !== 'buffer') chunk = new Buffer(chunk, encoding)
this.update(chunk)
this.update(chunk, encoding)
} catch (err) {

@@ -25,0 +24,0 @@ error = err

{
"name": "hash-base",
"version": "3.0.1",
"version": "3.0.2",
"description": "abstract base class for hash-streams",

@@ -5,0 +5,0 @@ "keywords": [

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