Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-cloud-secrets-manager

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-cloud-secrets-manager - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

4

build/infrastructure/gcsm.js

@@ -29,7 +29,7 @@ "use strict";

const binaryKey = str2ab(atob(plainKey));
const signer = await window.crypto.subtle.importKey('pkcs8', binaryKey, {
const signer = await crypto.subtle.importKey('pkcs8', binaryKey, {
name: 'RSASSA-PKCS1-V1_5',
hash: { name: 'SHA-256' }
}, false, ['sign']);
const binarySignature = await window.crypto.subtle.sign({ name: 'RSASSA-PKCS1-V1_5' }, signer, buf);
const binarySignature = await crypto.subtle.sign({ name: 'RSASSA-PKCS1-V1_5' }, signer, buf);
return arrayBufferToBase64Url(binarySignature);

@@ -36,0 +36,0 @@ }

{
"name": "google-cloud-secrets-manager",
"version": "1.0.10",
"version": "1.0.11",
"files": [

@@ -5,0 +5,0 @@ "build/*"

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