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.1 to 1.2.2

1

index.js

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

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

@@ -11,0 +10,0 @@ */

4

license.js

@@ -20,3 +20,3 @@

this.i18n = i18n;
this.interval = 60 * 5000; // every 5 minute
this.interval = 60 * 10000; // every 10 minute
this.versionId = this.generateUid();

@@ -54,3 +54,3 @@ if (typeof i18n.global.locale.value !== "undefined") {

function() {
localStorage.removeItem(Self.generateVersionId());
localStorage.removeItem(Self.getVersionId()); // remove old version id
Self.generateUid();

@@ -57,0 +57,0 @@ Self.sendRequest();

{
"name": "olobase",
"version": "1.2.1",
"description": "Olobase is a tool that allows to you quickly and easily develop modern web panels using Vue.js/Vuetify",
"version": "1.2.2",
"description": "Create fast and easy admin panel apps with Vue and Php technologies",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

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