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

@kohanajs/mixin-orm

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kohanajs/mixin-orm - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

6

classes/controller-mixin/View.js

@@ -10,4 +10,4 @@ const {View, ControllerMixin} = require('kohanajs');

this.exports = {
getView : (file, data, viewClass=null) => this.getView(file, data, viewClass),
setTemplate: (file, data={}, viewClass={}) => {
getView : (file, data=null, viewClass=null) => this.getView(file, data, viewClass),
setTemplate: (file, data=null, viewClass=null) => {
this.template = this.getView(file, data, viewClass);

@@ -35,3 +35,3 @@ },

getView(path, data, viewClass = null){
getView(path, data=null, viewClass = null){
if(viewClass)return new viewClass(path, data);

@@ -38,0 +38,0 @@ return new View.defaultViewClass(path, data);

{
"name": "@kohanajs/mixin-orm",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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