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

@xapp/dynamo-service

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/dynamo-service - npm Package Compare versions

Comparing version 0.0.59 to 0.0.60

xapp-dynamo-service-0.0.59.tgz

2

dist/service/TableService.js

@@ -182,6 +182,4 @@ "use strict";

function ensureEnums(keysWithEnums, obj) {
console.log("ENSURING ENUMS", keysWithEnums);
for (let key in keysWithEnums) {
const value = obj[key];
console.log("CHECKING " + value + " " + keysWithEnums[key]);
if (typeof value === "string") {

@@ -188,0 +186,0 @@ if (keysWithEnums[key].indexOf(value) < 0) {

{
"name": "@xapp/dynamo-service",
"version": "0.0.59",
"version": "0.0.60",
"description": "A dynamo help class which will help maintain data integrity.",

@@ -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