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

@aws-cdk/aws-sagemaker

Package Overview
Dependencies
Maintainers
4
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.17.0 to 0.18.0

5

lib/sagemaker.generated.d.ts

@@ -287,2 +287,7 @@ import cdk = require('@aws-cdk/cdk');

tags?: Array<cdk.Tag | cdk.Token> | cdk.Token;
/**
* ``AWS::SageMaker::NotebookInstance.VolumeSizeInGB``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb
*/
volumeSizeInGb?: number | cdk.Token;
}

@@ -289,0 +294,0 @@ /**

14

package.json
{
"name": "@aws-cdk/aws-sagemaker",
"version": "0.17.0",
"version": "0.18.0",
"description": "The CDK Construct Library for AWS::SageMaker",

@@ -56,13 +56,13 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.17.0",
"cdk-build-tools": "^0.17.0",
"cfn2ts": "^0.17.0",
"pkglint": "^0.17.0"
"@aws-cdk/assert": "^0.18.0",
"cdk-build-tools": "^0.18.0",
"cfn2ts": "^0.18.0",
"pkglint": "^0.18.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/cdk": "^0.18.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/cdk": "^0.18.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