New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@architect/macro-storage-public

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/macro-storage-public - npm Package Compare versions

Comparing version

to
1.0.0

11

changelog.md

@@ -5,4 +5,13 @@ # Architect macro-storage-public changelog

## [0.0.0] 2020-05-02
## [1.0.0] 2020-06-22
### Changed
- Not much, things seem stable – no reported issues since shipping nearly two months ago!
- Updated dependencies
---
## [0.0.1] 2020-05-02
### Added

@@ -9,0 +18,0 @@

6

package.json
{
"name": "@architect/macro-storage-public",
"version": "0.0.0",
"version": "1.0.0",
"description": "Architect serverless framework macro that defines any number of arbitrary public S3 buckets",

@@ -17,3 +17,3 @@ "main": "index.js",

"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.3.0"
},

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@architect/utils": "~1.5.4"
"@architect/utils": "~1.5.9"
}
}