🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fiado/credit-data

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiado/credit-data - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
+8
-1
bin/models/CreditsModel.js

@@ -21,3 +21,10 @@ "use strict";

},
partner_id: { type: String },
partner_id: {
type: String,
index: {
type: 'global',
name: 'partner_id-status-index',
rangeKey: 'status',
},
},
status: { type: String },

@@ -24,0 +31,0 @@ amount_mxn: { type: Number },

+1
-1
{
"name": "@fiado/credit-data",
"version": "1.5.0",
"version": "1.5.1",
"description": "Modelos Dynamoose compartidos para el dominio Credit (worker, engine, admin, collector)",

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

@@ -16,3 +16,10 @@ import dynamoose from 'dynamoose';

},
partner_id: { type: String },
partner_id: {
type: String,
index: {
type: 'global',
name: 'partner_id-status-index',
rangeKey: 'status',
},
},
status: { type: String },

@@ -19,0 +26,0 @@ amount_mxn: { type: Number },