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.3-6.1 to 1.0.3-6.2

3

db.js

@@ -129,2 +129,5 @@ const aws = require('aws-sdk');

console.log("==> update");
console.log(require('./variable').getInstanceRequestId());
if (expr.includes('set')) {

@@ -131,0 +134,0 @@ params.UpdateExpression = expr + ', #modified = :modified';

2

package.json
{
"name": "oneday-core",
"version": "1.0.36.1",
"version": "1.0.36.2",
"description": "Basic AWS util functions to ease development.",

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

@@ -39,4 +39,2 @@ module.exports.getDynamoDbArn = getDynamoDbArn;

const property = props[each];
console.log("==>");
console.log(property);
if (property.toString().indexOf('.') > 0) {

@@ -49,6 +47,3 @@ let splitProperty = property.split('.');

currentObj = currentObj[currentProp];
console.log(">");
console.log(currentObj);
if (currentObj === null || currentObj.toString().trim() === '') {
console.log(currentObj);
missingProps.push(property);

@@ -55,0 +50,0 @@ break;

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