fix(core): update
This commit is contained in:
		
							
								
								
									
										25
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								README.md
									
									
									
									
									
								
							@@ -1,10 +1,20 @@
 | 
			
		||||
# nodehash
 | 
			
		||||
# @pushrocks/smarthash
 | 
			
		||||
simplified access to node hash functions
 | 
			
		||||
 | 
			
		||||
simplifies access to node hash functions. TypeScript Ready
 | 
			
		||||
## Availabililty and Links
 | 
			
		||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smarthash)
 | 
			
		||||
* [gitlab.com (source)](https://gitlab.com/pushrocks/smarthash)
 | 
			
		||||
* [github.com (source mirror)](https://github.com/pushrocks/smarthash)
 | 
			
		||||
* [docs (typedoc)](https://pushrocks.gitlab.io/smarthash/)
 | 
			
		||||
 | 
			
		||||
## Status
 | 
			
		||||
 | 
			
		||||
[](https://gitlab.com/pushrocks/nodehash/commits/master)
 | 
			
		||||
## Status for master
 | 
			
		||||
[](https://gitlab.com/pushrocks/smarthash/commits/master)
 | 
			
		||||
[](https://gitlab.com/pushrocks/smarthash/commits/master)
 | 
			
		||||
[](https://www.npmjs.com/package/@pushrocks/smarthash)
 | 
			
		||||
[](https://snyk.io/test/npm/@pushrocks/smarthash)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
 | 
			
		||||
[](http://standardjs.com/)
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
@@ -36,3 +46,8 @@ let hashString = nodehash.sha256FromStringSync("some weird random string");
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
For further information read the linked docs at the top of this readme.
 | 
			
		||||
 | 
			
		||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
 | 
			
		||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
 | 
			
		||||
 | 
			
		||||
[](https://maintainedby.lossless.com)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,14 @@
 | 
			
		||||
{
 | 
			
		||||
  "gitzone": {
 | 
			
		||||
    "module": {
 | 
			
		||||
      "githost": "gitlab.com",
 | 
			
		||||
      "gitscope": "pushrocks",
 | 
			
		||||
      "gitrepo": "smarthash",
 | 
			
		||||
      "shortDescription": "simplifies access to node hash functions",
 | 
			
		||||
      "npmPackagename": "@pushrocks/smarthash",
 | 
			
		||||
      "license": "MIT"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "npmci": {
 | 
			
		||||
    "npmAccessLevel": "public"
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
  "name": "@pushrocks/smarthash",
 | 
			
		||||
  "version": "2.0.1",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "description": "simplifies access to node hash functions",
 | 
			
		||||
  "description": "simplified access to node hash functions",
 | 
			
		||||
  "main": "dist/index.js",
 | 
			
		||||
  "typings": "dist/index.d.ts",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
@@ -14,6 +14,8 @@
 | 
			
		||||
    "url": "git+https://github.com/pushrocks/nodehash.git"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "pushrocks",
 | 
			
		||||
    "typescript",
 | 
			
		||||
    "hash",
 | 
			
		||||
    "node",
 | 
			
		||||
    "sha256",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user