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

@opentiny/vue-year-range

Package Overview
Dependencies
Maintainers
1
Versions
36
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 2.8.3 to 2.9.0

5

lib/index.js

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

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

@@ -211,8 +211,9 @@ Clickoutside

}();
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": "2.8.3",
"version": "2.9.0",
"description": "",

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

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