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

vue-types

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-types - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

4

dist/index.js

@@ -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
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