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

aws-core-utils

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-core-utils - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

6

package.json
{
"name": "aws-core-utils",
"version": "5.0.5",
"version": "5.0.6",
"description": "Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc.",

@@ -14,4 +14,4 @@ "author": "Byron du Preez",

"dependencies": {
"core-functions": "^2.0.10",
"logging-utils": "^3.0.5",
"core-functions": "^2.0.11",
"logging-utils": "^3.0.6",
"deep-equal": "^1.0.1"

@@ -18,0 +18,0 @@ },

@@ -1,2 +0,2 @@

# aws-core-utils v5.0.5
# aws-core-utils v5.0.6

@@ -294,2 +294,7 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc.

### 5.0.6
- Updated `core-functions` dependency to version 2.0.11
- Updated `logging-utils` dependency to version 3.0.6
- Replaced `node-uuid` dependency with `uuid` dependency in `test\package.json`
### 5.0.5

@@ -296,0 +301,0 @@ - Changes to `stream-events` module:

{
"name": "aws-core-utils-tests",
"description": "Unit tests for aws-core-utils modules",
"version": "5.0.5",
"version": "5.0.6",
"author": "Byron du Preez",

@@ -14,6 +14,6 @@ "license": "Apache-2.0",

"devDependencies": {
"node-uuid": "^1.4.7",
"tape": "^4.6.3"
"tape": "^4.6.3",
"uuid": "^3.0.1"
},
"repository": "https://github.com/byron-dupreez/aws-core-utils"
}
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