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

@opentiny/vue-picker-column

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-picker-column - npm Package Compare versions

Comparing version 2.20.0 to 2.21.0

32

lib/index.js

@@ -12,29 +12,5 @@ import { renderless, api } from '@opentiny/vue-renderless/picker-column/vue';

}
if (functionalTemplate) {
options.functional = true;
}
if (scopeId) {
options._scopeId = "data-v-" + scopeId;
}
var hook;
if (moduleIdentifier) {
hook = function hook2(context) {
context = context || // cached call
this.$vnode && this.$vnode.ssrContext || // stateful
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext;
if (!context && typeof __VUE_SSR_CONTEXT__ !== "undefined") {
context = __VUE_SSR_CONTEXT__;
}
if (injectStyles) {
injectStyles.call(this, context);
}
if (context && context._registeredComponents) {
context._registeredComponents.add(moduleIdentifier);
}
};
options._ssrRegister = hook;
} else if (injectStyles) {
hook = shadowMode ? function() {
injectStyles.call(this, (options.functional ? this.parent : this).$root.$options.shadowRoot);
} : injectStyles;
if (injectStyles) {
hook = injectStyles;
}

@@ -132,3 +108,3 @@ if (hook) {

var __cssModules = {};
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null);
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles);
function __vue2_injectStyles(context) {

@@ -142,3 +118,3 @@ for (var o in __cssModules) {

}();
var version = "2.20.0";
var version = "2.21.0";
PickerColumn.install = function(Vue) {

@@ -145,0 +121,0 @@ Vue.component(PickerColumn.name, PickerColumn);

8

package.json
{
"name": "@opentiny/vue-picker-column",
"version": "2.20.0",
"version": "2.21.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.20.0",
"@opentiny/vue-common": "~2.20.0",
"@opentiny/vue-theme-mobile": "~3.20.0"
"@opentiny/vue-renderless": "~3.21.0",
"@opentiny/vue-common": "~2.21.0",
"@opentiny/vue-theme-mobile": "~3.21.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