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 7.1.0 to 7.1.1

lib/vue-property-decorator.umd.js

2

lib/vue-property-decorator.d.ts

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

/** vue-property-decorator verson 7.1.0 MIT LICENSE copyright 2018 kaorun343 */
/** vue-property-decorator verson 7.1.1 MIT LICENSE copyright 2018 kaorun343 */
import Vue, { PropOptions, WatchOptions } from 'vue';

@@ -3,0 +3,0 @@ import Component, { mixins } from 'vue-class-component';

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

/** vue-property-decorator verson 7.1.0 MIT LICENSE copyright 2018 kaorun343 */
/** vue-property-decorator verson 7.1.1 MIT LICENSE copyright 2018 kaorun343 */
'use strict';

@@ -3,0 +3,0 @@ import Vue from 'vue';

{
"name": "vue-property-decorator",
"version": "7.1.0",
"version": "7.1.1",
"description": "property decorators for Vue Component",

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

# Vue Property Decorator
[![npm](https://img.shields.io/npm/v/vue-property-decorator.svg)](https://www.npmjs.com/package/vue-property-decorator)
[![Build Status](https://travis-ci.org/kaorun343/vue-property-decorator.svg?branch=master)](https://travis-ci.org/kaorun343/vue-property-decorator)

@@ -5,0 +6,0 @@ This library fully depends on [vue-class-component](https://github.com/vuejs/vue-class-component), so please read its README before using this library.

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