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

serverless-appsync-cloudfront

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-appsync-cloudfront - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

renovate.json

6

index.js

@@ -19,3 +19,6 @@ const path = require('path');

};
}
async createDeploymentArtifacts() {
this.givenDomainName = this.serverless.service.custom.appSyncCloudFront.domainName;
const credentials = this.serverless.providers.aws.getCredentials();

@@ -25,5 +28,2 @@ const acmCredentials = Object.assign({}, credentials, { region: 'us-east-1' });

this.route53 = new this.serverless.providers.aws.sdk.Route53(credentials);
}
async createDeploymentArtifacts() {
const baseResources = this.serverless.service.provider.compiledCloudFormationTemplate;

@@ -30,0 +30,0 @@

{
"name": "serverless-appsync-cloudfront",
"version": "0.9.5",
"version": "0.9.6",
"engines": {

@@ -28,5 +28,5 @@ "node": ">=8.10"

"chalk": "2.4.2",
"js-yaml": "3.12.1",
"lodash": "4.17.11"
"js-yaml": "3.13.1",
"lodash": "4.17.13"
}
}
}
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