New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

universal-sha256-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-sha256-js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

package.json
{
"name": "universal-sha256-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "An ultra lightweight ~400b universal JavaScript SHA256 cryptographic hash function (Node.js + Browsers).",

@@ -17,3 +17,3 @@ "scripts": {

"type": "git",
"url": "git+https://github.com/pur3miish/SHA256-js.git"
"url": "git+https://github.com/pur3miish/universal-sha256-js.git"
},

@@ -23,5 +23,5 @@ "author": "",

"bugs": {
"url": "https://github.com/pur3miish/SHA256-js/issues"
"url": "https://github.com/pur3miish/universal-sha256-js/issues"
},
"homepage": "https://github.com/pur3miish/SHA256-js#readme",
"homepage": "https://github.com/pur3miish/universal-sha256-js#readme",
"engines": {

@@ -28,0 +28,0 @@ "node": ">=16"

@@ -1,6 +0,6 @@

# SHA256-js
# Universal-SHA256-js
An ultra lightweight universal JavaScript SHA256 cryptographic hash function for Node.js and Browsers.
- \~400 bytes _(minifeied + gzipped) to bundle_
- <400 bytes _(minifeied + gzipped) to bundle_

@@ -10,5 +10,17 @@ # Setup

```shell
npm i sha256-js
npm i universal-sha256-js
```
Ways to require.
```js
const sha256 = require('universal-sha256-js')
```
Ways to import.
```js
import sha256 from 'universal-sha256-js'
```
# Support

@@ -15,0 +27,0 @@

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