Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@aws-sdk/util-dynamodb

Package Overview
Dependencies
Maintainers
2
Versions
560
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-dynamodb - npm Package Compare versions

Comparing version
3.996.0
to
3.996.1
+3
-3
dist-types/convertToAttr.d.ts

@@ -1,4 +0,4 @@

import { AttributeValue } from "@aws-sdk/client-dynamodb";
import { marshallOptions } from "./marshall";
import { NativeAttributeValue } from "./models";
import type { AttributeValue } from "@aws-sdk/client-dynamodb";
import type { marshallOptions } from "./marshall";
import type { NativeAttributeValue } from "./models";
/**

@@ -5,0 +5,0 @@ * Convert a JavaScript value to its equivalent DynamoDB AttributeValue type.

@@ -1,4 +0,4 @@

import { AttributeValue } from "@aws-sdk/client-dynamodb";
import type { AttributeValue } from "@aws-sdk/client-dynamodb";
import type { NativeAttributeValue } from "./models";
import { unmarshallOptions } from "./unmarshall";
import type { unmarshallOptions } from "./unmarshall";
/**

@@ -5,0 +5,0 @@ * Convert a DynamoDB AttributeValue object to its equivalent JavaScript type.

@@ -1,4 +0,4 @@

import { AttributeValue } from "@aws-sdk/client-dynamodb";
import { NativeAttributeBinary, NativeAttributeValue } from "./models";
import { NumberValue } from "./NumberValue";
import type { AttributeValue } from "@aws-sdk/client-dynamodb";
import type { NativeAttributeBinary, NativeAttributeValue } from "./models";
import type { NumberValue } from "./NumberValue";
/**

@@ -5,0 +5,0 @@ * An optional configuration object for `marshall`

@@ -1,2 +0,2 @@

import { NumberValue as INumberValue } from "./models";
import type { NumberValue as INumberValue } from "./models";
/**

@@ -3,0 +3,0 @@ *

@@ -1,4 +0,4 @@

import { AttributeValue } from "@aws-sdk/client-dynamodb";
import { NativeAttributeValue } from "./models";
import { NumberValue } from "./NumberValue";
import type { AttributeValue } from "@aws-sdk/client-dynamodb";
import type { NativeAttributeValue } from "./models";
import type { NumberValue } from "./NumberValue";
/**

@@ -5,0 +5,0 @@ * An optional configuration object for `convertToNative`

{
"name": "@aws-sdk/util-dynamodb",
"version": "3.996.0",
"version": "3.996.1",
"scripts": {

@@ -29,3 +29,3 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",

"devDependencies": {
"@aws-sdk/client-dynamodb": "3.996.0",
"@aws-sdk/client-dynamodb": "3.997.0",
"@tsconfig/recommended": "1.0.1",

@@ -38,3 +38,3 @@ "concurrently": "7.0.0",

"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.996.0"
"@aws-sdk/client-dynamodb": "^3.997.0"
},

@@ -41,0 +41,0 @@ "engines": {