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

idea-aws

Package Overview
Dependencies
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-aws - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/src/dynamoDB.js

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

this.logger = new logger_1.Logger();
this.dynamo = DDB.DynamoDBDocument.from(new client_dynamodb_1.DynamoDB());
this.dynamo = DDB.DynamoDBDocument.from(new client_dynamodb_1.DynamoDB(), { marshallOptions: { convertClassInstanceToMap: true } });
this.logger.level = options.debug ? 'DEBUG' : 'INFO';

@@ -46,0 +46,0 @@ }

{
"name": "idea-aws",
"version": "4.0.1",
"version": "4.0.2",
"description": "AWS wrappers to use in IDEA's back-ends",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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