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

hashtype-node

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashtype-node - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

24

package.json
{
"name": "hashtype-node",
"collaborators": [
"km8oz <ouazmir@gmail.com>"
],
"version": "0.1.3",
"files": [
"hashtype_node_bg.wasm",
"hashtype_node.js",
"hashtype_node.d.ts"
],
"main": "hashtype_node.js",
"types": "hashtype_node.d.ts"
"name": "hashtype-node",
"collaborators": [
"km8oz <ouazmir@gmail.com>"
],
"version": "0.1.4",
"files": [
"hashtype_node_bg.wasm",
"hashtype_node.js",
"hashtype_node.d.ts"
],
"main": "hashtype_node.js",
"types": "hashtype_node.d.ts"
}
### hashtype: (hash-id in crates)
#### usage:
- `yarn add hashtype` or `npm i hashtype`
- `yarn add hashtype-node` or `npm i hashtype-node`
```
import { gethashtype } from "hashtype";
import { gethashtype } from "hashtype-node";
let responce = gethashtype("b89eaac7e61417341b710b727768294d0e6a277b");

@@ -8,0 +8,0 @@ // return "[+] SHA-1, [+] MySQL5 - SHA-1(SHA-1($pass)), [+] Tiger-160, [+] Haval-160, [+] RipeMD-160"

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