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

@aws-cdk/aws-mediastore

Package Overview
Dependencies
Maintainers
4
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.176.0 to 1.177.0

2

.jsii.tabl.json
{
"version": "2",
"toolVersion": "1.67.0",
"toolVersion": "1.69.0",
"snippets": {

@@ -5,0 +5,0 @@ "7218b95db0c6a46f44f2eb44e2e5410c0b9d06747a8a5c247df22b7265065b2d": {

@@ -6,4 +6,6 @@ function _aws_cdk_aws_mediastore_CfnContainerProps(p) {

try {
if (!visitedObjects.has(p.tags))
require("@aws-cdk/core/.warnings.jsii.js")._aws_cdk_core_CfnTag(p.tags);
if (p.tags != null)
for (const o of p.tags)
if (!visitedObjects.has(o))
require("@aws-cdk/core/.warnings.jsii.js")._aws_cdk_core_CfnTag(o);
}

@@ -10,0 +12,0 @@ finally {

{
"name": "@aws-cdk/aws-mediastore",
"version": "1.176.0",
"version": "1.177.0",
"description": "The CDK Construct Library for AWS::MediaStore",

@@ -84,14 +84,14 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assertions": "1.176.0",
"@aws-cdk/cdk-build-tools": "1.176.0",
"@aws-cdk/cfn2ts": "1.176.0",
"@aws-cdk/pkglint": "1.176.0",
"@aws-cdk/assertions": "1.177.0",
"@aws-cdk/cdk-build-tools": "1.177.0",
"@aws-cdk/cfn2ts": "1.177.0",
"@aws-cdk/pkglint": "1.177.0",
"@types/jest": "^27.5.2"
},
"dependencies": {
"@aws-cdk/core": "1.176.0",
"@aws-cdk/core": "1.177.0",
"constructs": "^3.3.69"
},
"peerDependencies": {
"@aws-cdk/core": "1.176.0",
"@aws-cdk/core": "1.177.0",
"constructs": "^3.3.69"

@@ -98,0 +98,0 @@ },

Sorry, the diff of this file is not supported yet

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