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

node-aws-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-aws-utils - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

2

lib/index.js

@@ -51,3 +51,3 @@ "use strict";

for (const key of keys) {
if (data[key]) {
if (data[key] !== void 0) {
attributes[key] = {

@@ -54,0 +54,0 @@ Action: 'PUT',

{
"name": "node-aws-utils",
"version": "1.5.0",
"version": "1.6.0",
"description": "aws utils",

@@ -32,3 +32,3 @@ "keywords": [

"aws-sdk": "^2.822.0",
"node-result": "^8.0.0"
"node-result": "^10.1.0"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"eslint": "^7.17.0",
"husky": "^5.0.6",
"husky": "^5.2.0",
"pinst": "^2.1.1",

@@ -43,0 +43,0 @@ "prettier": "^2.2.1",

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