vue-class-component
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,3 +1,4 @@ | ||
import Vue = require("vue"); | ||
import { ComponentOptions } from "vue"; | ||
export default function(options: ComponentOptions): ClassDecorator; | ||
export default function <V extends Vue>(options: ComponentOptions<V>): ClassDecorator; |
{ | ||
"name": "vue-class-component", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "ES201X/TypeScript class decorator for Vue components", | ||
@@ -39,5 +39,5 @@ "main": "index.js", | ||
"node-libs-browser": "^1.0.0", | ||
"vue": "^2.0.0-rc.6", | ||
"vue": "^2.0.0-rc.7", | ||
"webpack": "^1.12.12" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5875
90
1