🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

hashcode

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashcode - npm Package Compare versions

Comparing version

to
1.0.3

6

package.json
{
"name": "hashcode",
"version": "1.0.2",
"version": "1.0.3",
"description": "hashcode implementation by Stuart Bannerman (https://github.com/stuartbannerman/hashcode) packaged as npm-module.",

@@ -13,4 +13,8 @@ "main": "hashcode.js",

],
"repository" :{
"type" : "git",
"url" : "https://github.com/drdrej/hashcode.git"
},
"author": "drdrej",
"license": "MIT"
}

15

README.md

@@ -9,3 +9,3 @@ # Hashcode

## Usage
## Usage

@@ -24,5 +24,14 @@ Before you start you need to install it:

**write code & have fun!**
drdrej aka A. Siebert
## History
### 1.0.3
Added deployments for npm and requireJS.
### 1.0.2
Basic Function for HasCode implemented.
## Conclusions
**write code & have fun!**
A. Siebert