Comparing version 0.1.1 to 0.1.2
@@ -38,3 +38,3 @@ # Contributor Code of Conduct | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting a project maintainer at [INSERT EMAIL ADDRESS]. All | ||
reported by contacting a project maintainer at abuse@blvd.space. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
@@ -41,0 +41,0 @@ is deemed necessary and appropriate to the circumstances. Maintainers are |
{ | ||
"name": "node-mpw", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Implementation of Master Password for nodejs and browser", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
# node-mpw | ||
[![Build Status](https://travis-ci.org/blvdgroup/node-mpw.svg?branch=master)](https://travis-ci.org/blvdgroup/node-mpw) | ||
> Implementation of [Master Password](https://ssl.masterpasswordapp.com/algorithm.html) for nodejs and browser | ||
@@ -25,3 +27,3 @@ | ||
```js | ||
import mpw from 'node-mpw' | ||
import * as mpw from 'node-mpw' | ||
@@ -28,0 +30,0 @@ const username = 'username' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33617
22
86