Socket
Socket
Sign inDemoInstall

@opentiny/vue-year-range

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-year-range - npm Package Compare versions

Comparing version 3.8.3 to 3.9.0

5

lib/index.js

@@ -67,3 +67,3 @@ function _extends() {

var _sfc_main = {
name: $prefix + "MonthRange",
name: $prefix + "YearRange",
directives: directive({

@@ -208,8 +208,9 @@ Clickoutside

var YearRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "5.0.0-mf.0";
YearRange.install = function(Vue) {
Vue.component(YearRange.name, YearRange);
};
YearRange.version = process.env.COMPONENT_VERSION;
YearRange.version = version;
export {
YearRange as default
};

10

package.json
{
"name": "@opentiny/vue-year-range",
"version": "3.8.3",
"version": "3.9.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-common": "~3.8.3",
"@opentiny/vue-locale": "~3.8.3",
"@opentiny/vue-year-table": "~3.8.3"
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~3.9.0",
"@opentiny/vue-locale": "~3.9.0",
"@opentiny/vue-year-table": "~3.9.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