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 2.14.0 to 2.15.0

20

lib/index.js

@@ -1,4 +0,6 @@

import { renderless, api } from "@opentiny/vue-renderless/month-table/vue";
import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";
import { isDate } from "@opentiny/vue-renderless/common/deps/date-util";
import { renderless, api } from '@opentiny/vue-renderless/month-table/vue';
import { defineComponent, $prefix, setup } from '@opentiny/vue-common';
import { isDate } from '@opentiny/vue-renderless/common/deps/date-util';
import '@opentiny/vue-theme/month-table/index.css';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -58,3 +60,2 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

import "@opentiny/vue-theme/month-table/index.css";
var __vue2_script = defineComponent({

@@ -86,4 +87,4 @@ name: $prefix + "MonthTable",

},
setup: function setup(props, context) {
return _setup({
setup: function setup$1(props, context) {
return setup({
props,

@@ -134,3 +135,3 @@ context,

}();
var version = "2.14.0";
var version = "2.15.0";
MonthTable.install = function(Vue) {

@@ -140,4 +141,3 @@ Vue.component(MonthTable.name, MonthTable);

MonthTable.version = version;
export {
MonthTable as default
};
export { MonthTable as default };
{
"name": "@opentiny/vue-month-table",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-common": "~2.14.0",
"@opentiny/vue-locale": "~2.14.0",
"@opentiny/vue-theme": "~3.14.0"
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-theme": "~3.15.0"
},

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