New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-crypto/decrypt-browser

Package Overview
Dependencies
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/decrypt-browser - npm Package Compare versions

Comparing version 3.2.0 to 3.2.2

./build/main/src/index.js

2

build/main/src/decrypt_client.d.ts
import { _decrypt } from './decrypt';
import { CommitmentPolicy, ClientOptions } from '@aws-crypto/material-management-browser';
declare type CurryFirst<fn extends (...a: any[]) => any> = fn extends (_: any, ...tail: infer TAIL) => any ? TAIL : [];
type CurryFirst<fn extends (...a: any[]) => any> = fn extends (_: any, ...tail: infer TAIL) => any ? TAIL : [];
export declare function buildDecrypt(options?: CommitmentPolicy | Partial<ClientOptions>): {

@@ -5,0 +5,0 @@ decrypt: (...args: CurryFirst<typeof _decrypt>) => ReturnType<typeof _decrypt>;

import { _decrypt } from './decrypt';
import { CommitmentPolicy, ClientOptions } from '@aws-crypto/material-management-browser';
declare type CurryFirst<fn extends (...a: any[]) => any> = fn extends (_: any, ...tail: infer TAIL) => any ? TAIL : [];
type CurryFirst<fn extends (...a: any[]) => any> = fn extends (_: any, ...tail: infer TAIL) => any ? TAIL : [];
export declare function buildDecrypt(options?: CommitmentPolicy | Partial<ClientOptions>): {

@@ -5,0 +5,0 @@ decrypt: (...args: CurryFirst<typeof _decrypt>) => ReturnType<typeof _decrypt>;

{
"name": "@aws-crypto/decrypt-browser",
"version": "3.2.0",
"version": "3.2.2",
"scripts": {

@@ -20,4 +20,4 @@ "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",

"dependencies": {
"@aws-crypto/material-management-browser": "^3.2.0",
"@aws-crypto/serialize": "^3.2.0",
"@aws-crypto/material-management-browser": "^3.2.2",
"@aws-crypto/serialize": "^3.2.2",
"@aws-sdk/util-utf8-browser": "3.23.0",

@@ -33,3 +33,3 @@ "tslib": "^2.2.0"

],
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc