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

@aws-cdk/aws-sam

Package Overview
Dependencies
Maintainers
5
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.6.1 to 1.7.0

10

package.json
{
"name": "@aws-cdk/aws-sam",
"version": "1.6.1",
"version": "1.7.0",
"description": "The CDK Construct Library for the AWS Serverless Application Model (SAM) resources",

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

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

@@ -73,6 +73,6 @@ "cfn2ts": "file:../../../tools/cfn2ts",

"dependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},

@@ -83,2 +83,2 @@ "engines": {

"stability": "experimental"
}
}

@@ -10,5 +10,3 @@ {

"lib": [
"es2016",
"es2017.object",
"es2017.string"
"es2016"
],

@@ -15,0 +13,0 @@ "module": "CommonJS",

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