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

ipa-customer-settings

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipa-customer-settings - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

src/api/customerSettings.js

2

package-lock.json
{
"name": "ipa-customer-settings",
"version": "0.0.23",
"version": "0.0.24",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "ipa-customer-settings",
"version": "0.0.23",
"version": "0.0.24",
"author": "OpusCapita",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

'use strict';
const InheritanceSettingsApi = require('./inheritanceSettings');
const CustomerSettingsApi = require('./customerSettings');
const init = db => {
InheritanceSettingsApi.getInstance(db);
CustomerSettingsApi.getInstance(db);
};
module.exports = { init, InheritanceSettingsApi };
module.exports = { init, InheritanceSettingsApi, CustomerSettingsApi };

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

async findById(id) {
const setting = await this.db.models.InheritanceSettings.findOne({ where: { id } });
const setting = await this.db.models.InheritanceSettings.findById(id);
if (setting) {

@@ -63,0 +63,0 @@ return setting.toJSON();

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