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

@opentiny/vue-time-spinner

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-time-spinner - npm Package Compare versions

Comparing version 3.11.0 to 3.12.0

8

lib/index.js

@@ -358,3 +358,3 @@ import { renderless, api } from "@opentiny/vue-renderless/time-spinner/vue";

32
/* HYDRATE_EVENTS */
/* NEED_HYDRATION */
), createElementVNode(

@@ -404,3 +404,3 @@ "div",

32
/* HYDRATE_EVENTS */
/* NEED_HYDRATION */
), _ctx.showSeconds ? (openBlock(), createElementBlock(

@@ -451,3 +451,3 @@ "div",

32
/* HYDRATE_EVENTS */
/* NEED_HYDRATION */
)) : createCommentVNode("v-if", true)],

@@ -462,3 +462,3 @@ 64

var TimeSpinner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.11.0";
var version = "3.12.0";
TimeSpinner.install = function(Vue) {

@@ -465,0 +465,0 @@ Vue.component(TimeSpinner.name, TimeSpinner);

{
"name": "@opentiny/vue-time-spinner",
"version": "3.11.0",
"version": "3.12.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-common": "~3.11.0",
"@opentiny/vue-scrollbar": "~3.11.0"
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-common": "~3.12.0",
"@opentiny/vue-scrollbar": "~3.12.0"
},

@@ -15,0 +15,0 @@ "license": "MIT",

@@ -77,4 +77,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

_constants: Record<string, any>;
arrowControl: boolean;
step: Record<string, any>;
arrowControl: boolean;
showSeconds: boolean;

@@ -81,0 +81,0 @@ amPmMode: string;

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