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.0.1 to 5.1.0

4

lib/vue-property-decorator.d.ts

@@ -1,2 +0,2 @@

import { PropOptions, WatchOptions } from 'vue';
import Vue, { PropOptions, WatchOptions } from 'vue';
import Component from 'vue-class-component';

@@ -38,2 +38,2 @@ import 'reflect-metadata';

export declare function Watch(path: string, options?: WatchOptions): MethodDecorator;
export { Component };
export { Component, Vue };

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

/** vue-property-decorator verson 5.0.1 MIT LICENSE copyright 2017 kaorun343 */
/** vue-property-decorator verson 5.1.0 MIT LICENSE copyright 2017 kaorun343 */
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
var vue_1 = require("vue");
exports.Vue = vue_1.default;
var vue_class_component_1 = require("vue-class-component");

@@ -5,0 +7,0 @@ exports.Component = vue_class_component_1.default;

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

@@ -5,0 +5,0 @@ "main": "lib/vue-property-decorator.js",

@@ -27,4 +27,3 @@ # Vue Property Decorator

```typescript
import Vue from 'vue'
import { Component, Inject, Model, Prop, Watch } from 'vue-property-decorator'
import { Component, Inject, Model, Prop, Vue, Watch } from 'vue-property-decorator'

@@ -31,0 +30,0 @@ const s = Symbol('baz')

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