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

@aws-cdk/aws-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-dynamodb - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

2

lib/table.d.ts

@@ -153,3 +153,3 @@ import iam = require('@aws-cdk/aws-iam');

*/
readonly tableStreamArn: string;
readonly tableStreamArn: string | undefined;
private readonly table;

@@ -156,0 +156,0 @@ private readonly keySchema;

{
"name": "@aws-cdk/aws-dynamodb",
"version": "1.7.0",
"version": "1.8.0",
"description": "CDK Constructs for AWS DynamoDB",

@@ -65,3 +65,3 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^1.7.0",
"@aws-cdk/assert": "^1.8.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",

@@ -73,11 +73,11 @@ "cdk-integ-tools": "file:../../../tools/cdk-integ-tools",

"dependencies": {
"@aws-cdk/aws-applicationautoscaling": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/core": "^1.7.0"
"@aws-cdk/aws-applicationautoscaling": "^1.8.0",
"@aws-cdk/aws-iam": "^1.8.0",
"@aws-cdk/core": "^1.8.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-applicationautoscaling": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/core": "^1.7.0"
"@aws-cdk/aws-applicationautoscaling": "^1.8.0",
"@aws-cdk/aws-iam": "^1.8.0",
"@aws-cdk/core": "^1.8.0"
},

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

@@ -52,2 +52,3 @@ import { Test } from 'nodeunit';

'"Table.grantListStreams" allows principal to list all streams'(test: Test): void;
'"grantStreamRead" should fail if streaming is not enabled on table"'(test: Test): void;
'"grantStreamRead" allows principal to read and describe the table stream"'(test: Test): void;

@@ -54,0 +55,0 @@ 'if table has an index grant gives access to the index'(test: Test): void;

Sorry, the diff of this file is not supported yet

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

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

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

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