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.2 to 3.8.3

11

package.json
{
"name": "@opentiny/vue-year-range",
"version": "3.8.2",
"version": "3.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~3.8.2",
"@opentiny/vue-locale": "~3.8.2",
"@opentiny/vue-year-table": "~3.8.2"
"@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"
},

@@ -13,0 +14,0 @@ "license": "MIT",

@@ -5,10 +5,23 @@ export default _sfc_main;

const directives: any;
namespace components {
export { YearTable };
export const IconDoubleRight: any;
export const IconDoubleLeft: any;
}
const props: any;
const components: undefined;
const props: {
emitter: ObjectConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
};
const emits: string[];
function setup(props: any, context: any): any;
function setup(props: any, context: any): {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
};
}
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