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 7.0.10 to 7.0.11

10

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

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

"dependencies": {
"core-functions": "3.0.19",
"core-functions": "3.0.20",
"deep-equal": "1.0.1",
"logging-utils": "4.0.19"
"logging-utils": "4.0.20"
},
"devDependencies": {
"aws-sdk": "2.143.0",
"aws-core-test-utils": "3.0.6",
"aws-sdk": "2.161.0",
"aws-core-test-utils": "3.0.7",
"tape": "^4.8.0",

@@ -23,0 +23,0 @@ "uuid": "3.1.0"

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

# aws-core-utils v7.0.10
# aws-core-utils v7.0.11

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

This module is exported as a [Node.js](https://nodejs.org/) module.
This module is exported as a [Node.js](https://nodejs.org) module.

@@ -544,3 +544,3 @@ ## Installation

## Unit tests
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v4.3.2](https://nodejs.org/en/blog/release/v4.3.2/).
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v6.10.3](https://nodejs.org/en/blog/release/v6.10.3).

@@ -547,0 +547,0 @@ Install tape globally if you want to run multiple tests at once:

## Changes
### 7.0.11
- Updated `core-functions` dependency to version 3.0.20
- Updated `logging-utils` dependency to version 4.0.20
- Updated `aws-sdk` dev dependency to version 2.161.0
- Updated `aws-core-test-utils` dev dependency to version 3.0.7
### 7.0.10

@@ -4,0 +10,0 @@ - Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid

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