Socket
Socket
Sign inDemoInstall

webcrypto-core

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypto-core - npm Package Compare versions

Comparing version 1.7.6 to 1.7.7

2

build/index.d.ts

@@ -510,3 +510,3 @@ /*!

*/
randomUUID(): string;
randomUUID(): `${string}-${string}-${string}-${string}-${string}`;
}

@@ -513,0 +513,0 @@

@@ -0,0 +0,0 @@ /*!

@@ -0,0 +0,0 @@ /*!

{
"name": "webcrypto-core",
"version": "1.7.6",
"version": "1.7.7",
"description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",

@@ -41,3 +41,3 @@ "main": "build/webcrypto-core.js",

"dependencies": {
"@peculiar/asn1-schema": "^2.1.6",
"@peculiar/asn1-schema": "^2.3.6",
"@peculiar/json-schema": "^1.1.12",

@@ -50,13 +50,13 @@ "asn1js": "^3.0.1",

"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.15.5",
"coveralls": "^3.1.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rimraf": "^4.1.2",
"rollup": "^3.15.0",
"rollup-plugin-dts": "^5.1.1",
"rimraf": "^4.4.0",
"rollup": "^3.20.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},

@@ -63,0 +63,0 @@ "author": "PeculiarVentures",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc