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

oneday-core

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oneday-core - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

4

db.js

@@ -112,3 +112,3 @@ const aws = require('aws-sdk');

if (isPublish === true) {
await resource.publishToTopic(topicName, enums.event_type.CREATE, params, requestId, []);
await resource.publishToTopic(topicName, enums.event_type.CREATE, params.Item, requestId, []);
}

@@ -137,2 +137,4 @@ return result;

params.ReturnValues = 'UPDATED_NEW';
const result = await dynamoDb.update(params).promise();

@@ -139,0 +141,0 @@ console.log('Updated table: ' + params.TableName);

{
"name": "oneday-core",
"version": "1.0.39",
"version": "1.0.40",
"description": "Basic AWS util functions to ease development.",

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

@@ -76,3 +76,3 @@ 'use strict';

const result = await sns.publish(params);
const result = await sns.publish(params).promise();
console.log(result);

@@ -79,0 +79,0 @@

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