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

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 8.5.1 to 9.0.0

4

CHANGELOG.md
Changelog
# v9.0.0
- Move `vue-class-component` to `peerDependencies`
# v8.5.1

@@ -4,0 +8,0 @@

2

lib/vue-property-decorator.js

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

/** vue-property-decorator verson 8.5.1 MIT LICENSE copyright 2020 kaorun343 */
/** vue-property-decorator verson 9.0.0 MIT LICENSE copyright 2020 kaorun343 */
/// <reference types='reflect-metadata'/>

@@ -3,0 +3,0 @@ 'use strict';

@@ -10,3 +10,3 @@ (function (global, factory) {

/** vue-property-decorator verson 8.5.1 MIT LICENSE copyright 2020 kaorun343 */
/** vue-property-decorator verson 9.0.0 MIT LICENSE copyright 2020 kaorun343 */
/** Used for keying reactive provide/inject properties */

@@ -13,0 +13,0 @@ var reactiveInjectKey = '__reactiveInject__';

{
"name": "vue-property-decorator",
"version": "8.5.1",
"version": "9.0.0",
"description": "property decorators for Vue Component",

@@ -32,10 +32,10 @@ "main": "lib/vue-property-decorator.umd.js",

"typescript": "^3.5.2",
"vue": "^2.6.10"
"vue": "^2.6.10",
"vue-class-component": "^7.2.3"
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {
"vue-class-component": "^7.1.0"
},
"dependencies": {},
"peerDependencies": {
"vue": "*"
"vue": "*",
"vue-class-component": "*"
},

@@ -42,0 +42,0 @@ "repository": {

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