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

@aws-sdk/client-verifiedpermissions

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-verifiedpermissions - npm Package Compare versions

Comparing version

to
3.751.0

6

dist-es/protocols/Aws_json1_0.js

@@ -630,3 +630,3 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";

string: (value) => ({ string: value }),
_: (name, value) => ({ name: value }),
_: (name, value) => ({ [name]: value }),
});

@@ -683,3 +683,3 @@ };

contextMap: (value) => ({ contextMap: se_ContextMap(value, context) }),
_: (name, value) => ({ name: value }),
_: (name, value) => ({ [name]: value }),
});

@@ -730,3 +730,3 @@ };

entityList: (value) => ({ entityList: se_EntityList(value, context) }),
_: (name, value) => ({ name: value }),
_: (name, value) => ({ [name]: value }),
});

@@ -733,0 +733,0 @@ };

{
"name": "@aws-sdk/client-verifiedpermissions",
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.751.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

Sorry, the diff of this file is too big to display