Comparing version 0.3.0 to 0.4.0
@@ -13,3 +13,3 @@ 'use strict'; | ||
var VuePropTypes = { | ||
var VueTypes = { | ||
@@ -166,3 +166,3 @@ get any() { | ||
exports.default = VuePropTypes; | ||
exports.default = VueTypes; | ||
module.exports = exports['default']; |
import isPlainObject from 'lodash.isplainobject'; | ||
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils'; | ||
var VuePropTypes = { | ||
var VueTypes = { | ||
@@ -156,2 +156,2 @@ get any() { | ||
export default VuePropTypes; | ||
export default VueTypes; |
{ | ||
"name": "vue-types", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Prop types utility for Vue", | ||
@@ -30,2 +30,7 @@ "author": "Marco Solazzi", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dwightjack/vue-types.git" | ||
}, | ||
"bugs": "https://github.com/dwightjack/vue-types/issues", | ||
"devDependencies": { | ||
@@ -36,3 +41,2 @@ "babel-cli": "6.18.0", | ||
"babel-plugin-add-module-exports": "0.2.1", | ||
"babel-polyfill": "6.16.0", | ||
"babel-preset-es2015": "6.18.0", | ||
@@ -39,0 +43,0 @@ "cross-env": "3.1.3", |
import isPlainObject from 'lodash.isplainobject' | ||
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils' | ||
const VuePropTypes = { | ||
const VueTypes = { | ||
@@ -154,2 +154,2 @@ get any() { | ||
export default VuePropTypes | ||
export default VueTypes |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
31545
25
0