Socket
Socket
Sign inDemoInstall

vue-property-decorator

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-property-decorator - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

lib/vue-property-decorator.d.ts

@@ -30,3 +30,3 @@ import Vue, { PropOptions, WatchOptions } from 'vue';

*/
export declare function Prop(options?: (PropOptions | Constructor[])): PropertyDecorator;
export declare function Prop(options?: (PropOptions | Constructor[] | Constructor)): PropertyDecorator;
/**

@@ -33,0 +33,0 @@ * decorator of a watch function

{
"name": "vue-property-decorator",
"version": "5.1.0",
"version": "5.1.1",
"description": "property decorators for Vue Component",

@@ -26,3 +26,3 @@ "main": "lib/vue-property-decorator.js",

"ava": "^0.19.1",
"typescript": "^2.2.1",
"typescript": "^2.4.1",
"vue": "^2.2.1"

@@ -29,0 +29,0 @@ },

# Vue Property Decorator
[![npm](https://img.shields.io/npm/v/vue-property-decorator.svg)](https://www.npmjs.com/package/vue-property-decorator)
This library fully depends on [vue-class-component](https://github.com/vuejs/vue-class-component).

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

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