Socket
Socket
Sign inDemoInstall

sha

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

sha - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

index.js
'use strict'
var Transform = require('stream').Transform || require('readable-stream').Transform
var Transform = require('stream').Transform
var crypto = require('crypto')

@@ -5,0 +5,0 @@ var fs = require('graceful-fs')

{
"name": "sha",
"version": "2.0.1",
"version": "3.0.0",
"description": "Check and get file hashes",
"files": [
"index.js"
],
"scripts": {

@@ -14,4 +17,3 @@ "test": "mocha -R spec"

"dependencies": {
"graceful-fs": "^4.1.2",
"readable-stream": "^2.0.2"
"graceful-fs": "^4.1.2"
},

@@ -21,2 +23,2 @@ "devDependencies": {

}
}
}

@@ -6,4 +6,4 @@ # sha

[![Build Status](https://img.shields.io/travis/ForbesLindesay/sha/master.svg)](https://travis-ci.org/ForbesLindesay/sha)
[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/sha.svg)](https://gemnasium.com/ForbesLindesay/sha)
[![NPM version](https://img.shields.io/npm/v/sha.svg)](http://badge.fury.io/js/sha)
[![Dependency Status](https://img.shields.io/david/ForbesLindesay/sha.svg)](https://david-dm.org/ForbesLindesay/sha)
[![NPM version](https://img.shields.io/npm/v/sha.svg)](https://www.npmjs.com/package/sha)

@@ -10,0 +10,0 @@ ## Installation

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