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.5.0 to 0.5.1

2

es/index.js
import isPlainObject from 'lodash.isplainobject';
import { noop, toType, isFunction, validateType, isInteger, isArray, has } from './utils';
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils';

@@ -4,0 +4,0 @@ var VuePropTypes = {

{
"name": "vue-types",
"version": "0.5.0",
"version": "0.5.1",
"description": "Prop types utility for Vue",

@@ -24,3 +24,4 @@ "author": "Marco Solazzi",

"test:saucelab": "cross-env BABEL_ENV=cjs karma start karma-sauce.conf.js --single-run",
"lint": "eslint src *.js"
"lint": "eslint src *.js",
"server": "node ./server/index.js"
},

@@ -48,2 +49,3 @@ "keywords": [

"expect": "1.20.2",
"express": "4.14.0",
"karma": "1.3.0",

@@ -63,2 +65,3 @@ "karma-chrome-launcher": "2.0.0",

"rimraf": "2.5.4",
"serve-index": "1.8.0",
"webpack": "2.1.0-beta.25"

@@ -65,0 +68,0 @@ },

import isPlainObject from 'lodash.isplainobject'
import { noop, toType, isFunction, validateType, isInteger, isArray, has } from './utils'
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils'

@@ -4,0 +4,0 @@ const VuePropTypes = {

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