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

arc-s3-bucket

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-s3-bucket - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

.arc

8

index.js

@@ -14,2 +14,10 @@ /**

};
if (arc.s3[0] === 'versioning') {
cloudformation.Resources.ArcS3Bucket.Properties = {
VersioningConfiguration: {
Status: 'Enabled'
}
};
}
Object.entries(cloudformation.Resources).forEach(([key, value]) => {

@@ -16,0 +24,0 @@ if (value.Type && value.Type === 'AWS::Serverless::Function') {

2

package.json
{
"name": "arc-s3-bucket",
"version": "2.0.1",
"version": "2.1.0",
"description": "arc macro for making s3 buckets",

@@ -5,0 +5,0 @@ "main": "index.js",

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