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 6.0.10 to 6.0.11

0

dynamodb-doc-client-utils.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

2

package.json
{
"name": "aws-core-utils",
"version": "6.0.10",
"version": "6.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.",

@@ -5,0 +5,0 @@ "author": "Byron du Preez",

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

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

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

const myCustomSettings = {myCustomSetting1: 1, myCustomSetting2: 2, myCustomFunction: () => {}};
console.log(`Irrelevant logging - only added to avoid unused function warning - ${myCustomSettings.myCustomFunction()}`);
const myCustomOptions = require('my-custom-options.json');

@@ -394,2 +395,6 @@ contexts.configureCustomSettings(context, myCustomSettings, myCustomOptions);

### 6.0.11
- Upgraded `aws-core-test-utils` test dependency to 2.0.7
- Upgraded `uuid` test dependency to 3.1.0
### 6.0.10

@@ -396,0 +401,0 @@ - Changes to `type-defs` module - added more detail to type definitions:

@@ -0,0 +0,0 @@ 'use strict';

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

@@ -15,7 +15,7 @@ "license": "Apache-2.0",

"devDependencies": {
"aws-core-test-utils": "2.0.6",
"aws-core-test-utils": "2.0.7",
"tape": "^4.6.3",
"uuid": "^3.0.1"
"uuid": "3.1.0"
},
"repository": "https://github.com/byron-dupreez/aws-core-utils"
}

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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