Skip to content

Commit 6df9aea

Browse files
authored
Merge pull request DuendeArchive#760 from ivantm/removedep
🧹Remove jsrassign dependency as it is now in-house
2 parents 2bfaa99 + 1164e8d commit 6df9aea

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

package-lock.json

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,5 @@
4848
"webpack": "^4.16.0",
4949
"webpack-stream": "^4.0.3"
5050
},
51-
"dependencies": {
52-
"jsrsasign": "^8.0.12"
53-
},
5451
"typings": "index.d.ts"
5552
}

src/JoseUtil.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
import { jws, KEYUTIL as KeyUtil, X509, crypto, hextob64u, b64tohex } from '../jsrsasign/dist/jsrsasign.js';
5-
//import { jws, KEYUTIL as KeyUtil, X509, crypto, hextob64u, b64tohex } from 'jsrsasign';
65
import { Log } from './Log.js';
76

87
const AllowedSigningAlgs = ['RS256', 'RS384', 'RS512', 'PS256', 'PS384', 'PS512', 'ES256', 'ES384', 'ES512'];

0 commit comments

Comments
 (0)