Socket
Socket
Sign inDemoInstall

pwoli

Package Overview
Dependencies
54
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0-beta3 to 1.1.0-beta4

2

lib/base/Application.js

@@ -180,3 +180,3 @@ "use strict";

try {
let model = require('../pkgtest/orm-model-config.js'); //require('../../../../orm-model-config.js');
let model = require('../../../../orm-model-config.cjs'); //require('../pkgtest/orm-model-config.js');
return model;

@@ -183,0 +183,0 @@ }

@@ -6,2 +6,10 @@ import IORMAdapter from "./IORMAdapter";

import ActiveDataProvider from '../data/ActiveDataProvider';
/**
* MongooseAdapter is the communication interface between Pwoli and the Mongoose ORM.
*
* An ORM Adapter defines how Pwoli should interact between that ORM(here Mongoose) for which this ORMAdapter is implemented.
*
* @see [Using a different ORM](/pwoli/using-mongoose)
* @author Mahesh S Warrier <https://github.com/codespede>
*/
export default class MongooseAdapter extends ORMAdapter implements IORMAdapter {

@@ -8,0 +16,0 @@ /** @inheritdoc */

@@ -14,2 +14,10 @@ "use strict";

const DataHelper_1 = require("../helpers/DataHelper");
/**
* MongooseAdapter is the communication interface between Pwoli and the Mongoose ORM.
*
* An ORM Adapter defines how Pwoli should interact between that ORM(here Mongoose) for which this ORMAdapter is implemented.
*
* @see [Using a different ORM](/pwoli/using-mongoose)
* @author Mahesh S Warrier <https://github.com/codespede>
*/
class MongooseAdapter extends ORMAdapter_1.default {

@@ -16,0 +24,0 @@ /** @inheritdoc */

{
"name": "pwoli",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc