@neoskop/ethereal-secrets-client
Advanced tools
Comparing version 3.0.0 to 3.0.2
@@ -1,7 +0,11 @@ | ||
import { Crypto } from '@peculiar/webcrypto'; | ||
import * as crypto from 'crypto'; | ||
import { TextEncoder, TextDecoder } from 'util'; | ||
global.crypto = new Crypto(); | ||
window.crypto = global.crypto; | ||
Object.defineProperty(global.self, 'crypto', { | ||
value: { | ||
subtle: crypto.webcrypto.subtle, | ||
getRandomValues: (arr) => crypto.randomBytes(arr.length), | ||
}, | ||
}); | ||
global.TextEncoder = TextEncoder; | ||
global.TextDecoder = TextDecoder; | ||
//# sourceMappingURL=setup.js.map |
{ | ||
"name": "@neoskop/ethereal-secrets-client", | ||
"version": "3.0.0", | ||
"version": "3.0.2", | ||
"main": "dist/index.js", | ||
@@ -20,21 +20,21 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "1.4.0", | ||
"@types/jest": "28.1.4", | ||
"@types/superagent": "4.1.15", | ||
"concurrently": "7.2.2", | ||
"jest": "28.1.2", | ||
"jest-environment-jsdom": "28.1.2", | ||
"jsdom": "20.0.0", | ||
"@peculiar/webcrypto": "1.4.1", | ||
"@types/jest": "29.4.0", | ||
"@types/superagent": "4.1.16", | ||
"concurrently": "7.6.0", | ||
"jest": "29.5.0", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jsdom": "21.1.0", | ||
"jsdom-global": "3.0.2", | ||
"mock-local-storage": "1.1.23", | ||
"node-localstorage": "2.2.1", | ||
"parse5": "5.1.1", | ||
"prettier": "2.7.1", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "28.0.5", | ||
"ts-node": "10.8.2", | ||
"typescript": "4.7.4" | ||
"parse5": "7.1.2", | ||
"prettier": "2.8.4", | ||
"rimraf": "4.3.1", | ||
"ts-jest": "29.0.5", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.5" | ||
}, | ||
"dependencies": { | ||
"superagent": "8.0.0" | ||
"superagent": "8.0.9" | ||
}, | ||
@@ -41,0 +41,0 @@ "engines": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30347
381
0
+ Addedsuperagent@8.0.9(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedsuperagent@8.0.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedsuperagent@8.0.9