Socket
Socket
Sign inDemoInstall

@opentiny/vue-month-table

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-month-table - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0-alpha.0

6

lib/index.js

@@ -5,3 +5,3 @@ import { renderless, api } from "@opentiny/vue-renderless/month-table/vue";

import { openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString } from "vue";
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];

@@ -44,3 +44,3 @@ if (it)

var target = sfc.__vccOpts || sfc;
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];

@@ -138,3 +138,3 @@ target[key] = val;

var MonthTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.10.0";
var version = "3.11.0-alpha.0";
MonthTable.install = function(Vue) {

@@ -141,0 +141,0 @@ Vue.component(MonthTable.name, MonthTable);

{
"name": "@opentiny/vue-month-table",
"version": "3.10.0",
"version": "3.11.0-alpha.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-common": "~3.10.0",
"@opentiny/vue-locale": "~3.10.0"
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-locale": "~3.11.0-alpha.0"
},

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

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