Socket
Socket
Sign inDemoInstall

@aws-crypto/raw-rsa-keyring-node

Package Overview
Dependencies
11
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.2

./build/main/src/index.js

8

build/main/src/index.js

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -18,2 +22,2 @@ if (k2 === undefined) k2 = k;

__exportStar(require("./oaep_hash_supported"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7OztBQUV0Qyx5REFBc0M7QUFDdEMsd0RBQXFDIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdEMseURBQXNDO0FBQ3RDLHdEQUFxQyJ9

@@ -8,4 +8,4 @@ /// <reference types="node" />

}
export declare type OaepHash = 'sha1' | 'sha256' | 'sha384' | 'sha512' | undefined;
export declare type RawRsaKeyringNodeInput = {
export type OaepHash = 'sha1' | 'sha256' | 'sha384' | 'sha512' | undefined;
export type RawRsaKeyringNodeInput = {
keyNamespace: string;

@@ -12,0 +12,0 @@ keyName: string;

@@ -8,4 +8,4 @@ /// <reference types="node" />

}
export declare type OaepHash = 'sha1' | 'sha256' | 'sha384' | 'sha512' | undefined;
export declare type RawRsaKeyringNodeInput = {
export type OaepHash = 'sha1' | 'sha256' | 'sha384' | 'sha512' | undefined;
export type RawRsaKeyringNodeInput = {
keyNamespace: string;

@@ -12,0 +12,0 @@ keyName: string;

{
"name": "@aws-crypto/raw-rsa-keyring-node",
"version": "3.2.0",
"version": "3.2.2",
"scripts": {

@@ -21,4 +21,4 @@ "prepublishOnly": "npm run build",

"dependencies": {
"@aws-crypto/material-management-node": "^3.2.0",
"@aws-crypto/raw-keyring": "^3.2.0",
"@aws-crypto/material-management-node": "^3.2.2",
"@aws-crypto/raw-keyring": "^3.2.2",
"tslib": "^2.2.0"

@@ -33,3 +33,3 @@ },

],
"gitHead": "7928be0e92615386490756d2372636b59b34dcd8"
"gitHead": "c97442ae9f1c35c918eb07549c137fb736eef811"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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