@chenfengyuan/create-vue-component
Advanced tools
Comparing version 0.1.0 to 1.0.0
# Changelog | ||
## 1.0.0 (May 23, 2018) | ||
- Released as a stable version. | ||
## 0.1.0 (Apr 15, 2018) | ||
- Initial release. |
/*! | ||
* createVueComponent v0.1.0 | ||
* create-vue-component v1.0.0 | ||
* https://github.com/fengyuanchen/create-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Copyright 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-18T12:49:44.150Z | ||
* Date: 2018-05-23T13:55:11.173Z | ||
*/ | ||
@@ -15,12 +15,2 @@ | ||
/*! | ||
* isVueComponent v0.1.0 | ||
* https://github.com/fengyuanchen/is-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-15T08:58:44.656Z | ||
*/ | ||
var _typeof = typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol" ? function (obj) { | ||
@@ -32,2 +22,11 @@ return typeof obj === "undefined" ? "undefined" : _typeof2(obj); | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
var _Object$prototype = Object.prototype, | ||
@@ -48,11 +47,2 @@ hasOwnProperty = _Object$prototype.hasOwnProperty, | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
/** | ||
* Check if the given value is a plain object. | ||
@@ -59,0 +49,0 @@ * @param {*} value - The value to check. |
/*! | ||
* createVueComponent v0.1.0 | ||
* create-vue-component v1.0.0 | ||
* https://github.com/fengyuanchen/create-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Copyright 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-18T12:49:44.150Z | ||
* Date: 2018-05-23T13:55:11.173Z | ||
*/ | ||
@@ -13,12 +13,2 @@ | ||
/*! | ||
* isVueComponent v0.1.0 | ||
* https://github.com/fengyuanchen/is-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-15T08:58:44.656Z | ||
*/ | ||
var _typeof = typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol" ? function (obj) { | ||
@@ -30,2 +20,11 @@ return typeof obj === "undefined" ? "undefined" : _typeof2(obj); | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
var _Object$prototype = Object.prototype, | ||
@@ -46,11 +45,2 @@ hasOwnProperty = _Object$prototype.hasOwnProperty, | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
/** | ||
* Check if the given value is a plain object. | ||
@@ -57,0 +47,0 @@ * @param {*} value - The value to check. |
/*! | ||
* createVueComponent v0.1.0 | ||
* create-vue-component v1.0.0 | ||
* https://github.com/fengyuanchen/create-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Copyright 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-18T12:49:44.150Z | ||
* Date: 2018-05-23T13:55:11.173Z | ||
*/ | ||
@@ -19,12 +19,2 @@ | ||
/*! | ||
* isVueComponent v0.1.0 | ||
* https://github.com/fengyuanchen/is-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-15T08:58:44.656Z | ||
*/ | ||
var _typeof = typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol" ? function (obj) { | ||
@@ -36,2 +26,11 @@ return typeof obj === "undefined" ? "undefined" : _typeof2(obj); | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
var _Object$prototype = Object.prototype, | ||
@@ -52,11 +51,2 @@ hasOwnProperty = _Object$prototype.hasOwnProperty, | ||
/** | ||
* Check if the given value is a non-null object. | ||
* @param {*} value - The value to check. | ||
* @returns {boolean} Returns `true` if the given value is a non-null object, else `false`. | ||
*/ | ||
function isNonNullObject(value) { | ||
return (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object' && value !== null; | ||
} | ||
/** | ||
* Check if the given value is a plain object. | ||
@@ -63,0 +53,0 @@ * @param {*} value - The value to check. |
/*! | ||
* createVueComponent v0.1.0 | ||
* create-vue-component v1.0.0 | ||
* https://github.com/fengyuanchen/create-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Copyright 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-18T12:49:44.150Z | ||
* Date: 2018-05-23T13:55:11.173Z | ||
*/ | ||
!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):t.createVueComponent=n()}(this,function(){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return void 0===t?"undefined":n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":n(t)},t=Object.prototype,o=t.hasOwnProperty,r=t.toString; | ||
/*! | ||
* isVueComponent v0.1.0 | ||
* https://github.com/fengyuanchen/is-vue-component | ||
* | ||
* Copyright (c) 2018-present Chen Fengyuan | ||
* Released under the MIT license | ||
* | ||
* Date: 2018-04-15T08:58:44.656Z | ||
*/function i(t){return"string"==typeof t&&0<t.trim().length}function f(t){return"object"===(void 0===t?"undefined":e(t))&&null!==t}function u(t){return function(t){if(!f(t))return!1;try{var n=t.constructor,e=n.prototype;return n&&e&&o.call(e,"isPrototypeOf")}catch(t){return!1}}(t)&&(i(t.template)||"function"==typeof t.render||i(t.el)||f(e=t.el)&&1===e.nodeType&&-1<r.call(e).indexOf("Element")||u(t.extends)||(n=t.mixins,Array.isArray(n)&&0<n.length&&t.mixins.some(function(t){return u(t)})));var n,e}var c=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var e=arguments[n];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])}return t};return function(n){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},t={};if(u(n))t=c({},n);else if("function"==typeof n)t.render=function(t){return n.call(this,t,e.data)};else{var o=e.tag||"span";t.template="<"+o+">"+n+"</"+o+">"}return t}}); | ||
!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):t.createVueComponent=n()}(this,function(){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return void 0===t?"undefined":n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":void 0===t?"undefined":n(t)};function o(t){return"object"===(void 0===t?"undefined":e(t))&&null!==t}var t=Object.prototype,r=t.hasOwnProperty,i=t.toString;function f(t){return"string"==typeof t&&0<t.trim().length}function u(t){return function(t){if(!o(t))return!1;try{var n=t.constructor,e=n.prototype;return n&&e&&r.call(e,"isPrototypeOf")}catch(t){return!1}}(t)&&(f(t.template)||"function"==typeof t.render||f(t.el)||o(e=t.el)&&1===e.nodeType&&-1<i.call(e).indexOf("Element")||u(t.extends)||(n=t.mixins,Array.isArray(n)&&0<n.length&&t.mixins.some(function(t){return u(t)})));var n,e}var c=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var e=arguments[n];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])}return t};return function(n){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},t={};if(u(n))t=c({},n);else if("function"==typeof n)t.render=function(t){return n.call(this,t,e.data)};else{var o=e.tag||"span";t.template="<"+o+">"+n+"</"+o+">"}return t}}); |
{ | ||
"name": "@chenfengyuan/create-vue-component", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Convert anything to a Vue component.", | ||
@@ -37,13 +37,15 @@ "main": "dist/create-vue-component.common.js", | ||
"dependencies": { | ||
"is-vue-component": "^0.1.0" | ||
"is-vue-component": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"chai": "^4.1.2", | ||
"change-case": "^3.0.2", | ||
"create-banner": "^1.0.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"karma": "^2.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"karma": "^2.0.2", | ||
"karma-chai": "^0.1.0", | ||
@@ -53,9 +55,9 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-rollup-preprocessor": "^5.1.1", | ||
"mocha": "^5.1.0", | ||
"puppeteer": "^1.3.0", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"karma-rollup-preprocessor": "^6.0.0", | ||
"mocha": "^5.2.0", | ||
"puppeteer": "^1.4.0", | ||
"rollup": "^0.59.2", | ||
"rollup-plugin-babel": "^3.0.4", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"uglify-js": "^3.3.21", | ||
"uglify-js": "^3.3.27", | ||
"vue": "^2.5.16", | ||
@@ -62,0 +64,0 @@ "vue-template-compiler": "^2.5.16" |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
23733
23
373
+ Addedis-non-null-object@1.0.0(transitive)
+ Addedis-vue-component@1.0.0(transitive)
- Removedis-vue-component@0.1.0(transitive)
Updatedis-vue-component@^1.0.0