Socket
Socket
Sign inDemoInstall

pwoli

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwoli - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

11

lib/base/Application.js

@@ -162,9 +162,14 @@ "use strict";

try {
return require("../../../orm-model-config").default;
let model = require("../../../../orm-model-config");
return model.default;
}
catch (e) {
console.log('omc-error', e);
try {
let model = require("../../../../orm-model-config.cjs");
return model;
}
catch (innerE) { }
return sequelize_1.Model;
}
}; //SequelizeModel;
};
/**

@@ -171,0 +176,0 @@ * The [[Serializer]] that should be used for RESTful operations.

{
"name": "pwoli",
"version": "0.2.7",
"version": "0.2.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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