Describe NodeJS limitation

This commit is contained in:
microshine 2019-05-26 11:40:13 +03:00
parent b6c77eb7c1
commit 1df424a001
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ We wanted to be able to write Javascript that used crypto on both the client and
**At this time this solution should be considered suitable for research and experimentation, further code and security review is needed before utilization in a production application.**
**Module is based on NodeJS v10 Crypto API. It would work only with Node v10 and higher.**
## Installing
```

View File

@ -75,5 +75,8 @@
"text-summary",
"html"
]
},
"engines": {
"node": ">=10.0.0"
}
}