Compare commits

..

No commits in common. "main" and "v0.10.1" have entirely different histories.

5 changed files with 6 additions and 17 deletions

View File

@ -1,6 +0,0 @@
{
"esversion": 11,
"node": true,
"unused": true,
"curly": true
}

View File

@ -1,4 +1,4 @@
# [@root/keypairs](https://git.rootprojects.org/root/keypairs.js)
# @root/keypairs
Lightweight JavaScript RSA and ECDSA utils that work on Windows, Mac, and Linux
using modern node.js APIs (no need for C compiler).
@ -145,13 +145,8 @@ Keypairs.generate().then(function (pair) {
```bash
npm install --save-dev webpack@5
# Or, if webpack 5 is still in beta: npm install --save-dev webpack@next
npm install --save-dev webpack-cli
npx webpack --mode=production
ls dist/main.js
npx webpack
ls dist/
```
## API Overview

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@root/keypairs",
"version": "0.10.2",
"version": "0.10.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@root/keypairs",
"version": "0.10.2",
"version": "0.10.1",
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
"main": "keypairs.js",
"browser": {
@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/therootcompany/keypairs.js.git"
"url": "https://git.rootprojects.org/root/csr.js.git"
},
"keywords": [
"ASN.1",