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

olobase

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

olobase - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

14

index.js

@@ -8,2 +8,3 @@ /*!

*
* https://creativecommons.org/licenses/by-nc/4.0/deed.en
* https://oloma.dev/end-user-license-agreement

@@ -44,3 +45,3 @@ */

dataProvider,
options,
config,
canAction,

@@ -80,3 +81,3 @@ http

this.dataProvider = dataProvider
this.options = options || {}
this.config = config || {}
this.canAction = canAction

@@ -333,2 +334,11 @@ this.http = http

/**
* Get global admin config object
*
* @return
*/
getConfig() {
return this.config;
}
/**
* Get full resource object meta from name

@@ -335,0 +345,0 @@ */

2

package.json
{
"name": "olobase",
"version": "1.2.0",
"version": "1.2.1",
"description": "Olobase is a tool that allows to you quickly and easily develop modern web panels using Vue.js/Vuetify",

@@ -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