Socket
Socket
Sign inDemoInstall

@microsoft/useragent-plugin-secp256k1

Package Overview
Dependencies
13
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

dist/src/EllipticDsaProvider.js

@@ -135,3 +135,3 @@ "use strict";

const s = signature.s.toArray();
return r.concat(s);
return new Uint8Array(r.concat(s));
});

@@ -138,0 +138,0 @@ }

{
"name": "@microsoft/useragent-plugin-secp256k1",
"version": "1.0.6",
"version": "1.0.7",
"description": "User agent plugin to support secp256k1 in the browser as a W3C cryptographic API plugin.",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc