You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@peculiar/webcrypto

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/webcrypto - npm Package Compare versions

Comparing version

to
1.3.0

26

package.json
{
"name": "@peculiar/webcrypto",
"version": "1.2.3",
"version": "1.3.0",
"description": "A WebCrypto Polyfill for NodeJS",

@@ -50,3 +50,5 @@ "repository": {

"x448",
"ed448"
"ed448",
"shake128",
"shake256"
],

@@ -65,16 +67,16 @@ "author": "PeculiarVentures",

"@peculiar/webcrypto-test": "^1.0.7",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"coveralls": "^3.1.1",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"mocha": "^9.1.3",
"eslint": "^8.9.0",
"eslint-plugin-import": "^2.25.4",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.1",
"rollup-plugin-typescript2": "^0.31.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"rollup": "^2.68.0",
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},

@@ -81,0 +83,0 @@ "dependencies": {

@@ -58,2 +58,4 @@ # @peculiar/webcrypto

| DES-EDE3-CBC<sup>2</sup>| X | | X | | X | X | |
| shake128<sup>2</sup>| | X | | | | | |
| shake256<sup>2</sup>| | X | | | | | |

@@ -60,0 +62,0 @@ <sup>1</sup> Mechanism supports extended list of named curves `P-256`, `P-384`, `P-521`, `K-256`,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display