New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 1.2.5

8

index.js

@@ -426,3 +426,3 @@ /*!

message(type, message) {
return this.store.commit("messages/show", { type: type.toLowerCase(), message: message });
this.store.commit("messages/show", { type: type.toLowerCase(), message: message });
}

@@ -437,4 +437,10 @@

/**
* Disable/enable "api errors" before/after http request(s)
*/
hideApiErrors(status) {
this.store.commit("messages/hideApiErrors", status);
}
} // end class

2

package.json
{
"name": "olobase",
"version": "1.2.4",
"version": "1.2.5",
"description": "Create fast and easy admin panel apps with Vue and Php technologies",

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