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

@aws-cdk/aws-sam

Package Overview
Dependencies
Maintainers
4
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 0.9.1 to 0.9.2

15

lib/serverless.generated.d.ts

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

static readonly requiredTransform: string;
readonly ref: ApiName;
readonly apiName: string;
/**

@@ -99,5 +99,2 @@ * Creates a new ``AWS::Serverless::Api``.

}
export declare class ApiName extends cdk.CloudFormationToken {
private readonly thisIsAApiName;
}
export declare namespace cloudformation {

@@ -210,3 +207,3 @@ /**

static readonly requiredTransform: string;
readonly ref: FunctionName;
readonly functionName: string;
/**

@@ -550,5 +547,2 @@ * Creates a new ``AWS::Serverless::Function``.

}
export declare class FunctionName extends cdk.CloudFormationToken {
private readonly thisIsAFunctionName;
}
export declare namespace cloudformation {

@@ -582,3 +576,3 @@ /**

static readonly requiredTransform: string;
readonly ref: SimpleTableName;
readonly simpleTableName: string;
/**

@@ -631,4 +625,1 @@ * Creates a new ``AWS::Serverless::SimpleTable``.

}
export declare class SimpleTableName extends cdk.CloudFormationToken {
private readonly thisIsASimpleTableName;
}

12

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

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"cfn2ts": "^0.9.1",
"pkglint": "^0.9.1"
"@aws-cdk/assert": "^0.9.2",
"cdk-build-tools": "^0.9.2",
"cfn2ts": "^0.9.2",
"pkglint": "^0.9.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.9.1"
"@aws-cdk/cdk": "^0.9.2"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

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