From d319f8f77d40af51cb3efb6b62252ec859c65b6c Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Wed, 24 Jul 2019 19:41:14 +0200 Subject: [PATCH] :bookmark: v2.0.8 Auto build --- README.md | 30 ++- dist/string-starts-with-x.js | 4 +- dist/string-starts-with-x.min.js | 4 +- package-lock.json | 392 +++++++++++++++---------------- package.json | 15 +- 5 files changed, 227 insertions(+), 218 deletions(-) diff --git a/README.md b/README.md index 6a059f8..e19094b 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,31 @@ + title="Travis status"> Travis status + src="https://travis-ci.org/Xotic750/string-starts-with-x.svg?branch=master" + alt="Travis status" height="18"> -Dependency status + title="Dependency status"> +Dependency status - + devDependency status + alt="devDependency status" height="18"/> - + npm version + alt="npm version" height="18"> + +jsDelivr hits + + ## string-starts-with-x diff --git a/dist/string-starts-with-x.js b/dist/string-starts-with-x.js index 2fb6d70..9157e39 100644 --- a/dist/string-starts-with-x.js +++ b/dist/string-starts-with-x.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-07-24T01:12:19.137Z", + "date": "2019-07-24T17:41:08.167Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.js", "hash": "4e4e5bdba5cc5876ec22", "license": "MIT", - "version": "2.0.7" + "version": "2.0.8" } */ (function webpackUniversalModuleDefinition(root, factory) { diff --git a/dist/string-starts-with-x.min.js b/dist/string-starts-with-x.min.js index 919e402..c4537d9 100644 --- a/dist/string-starts-with-x.min.js +++ b/dist/string-starts-with-x.min.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-07-24T01:12:19.137Z", + "date": "2019-07-24T17:41:08.167Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.min.js", "hash": "09f71e8a9e394c4e078e", "license": "MIT", - "version": "2.0.7" + "version": "2.0.8" } */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.stringStartsWithX=t():e.stringStartsWithX=t()}(function(){"use strict";return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")()}(),function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=7)}([function(e,t,r){"use strict";var n=Object.prototype.toString;if(r(4)()){var o=Symbol.prototype.toString,i=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==n.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&i.test(o.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},function(e,t,r){"use strict"; diff --git a/package-lock.json b/package-lock.json index 8336bca..44e903b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "string-starts-with-x", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2060,12 +2060,12 @@ } }, "assert-is-object-x": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/assert-is-object-x/-/assert-is-object-x-3.0.11.tgz", - "integrity": "sha512-jkb2TfQ0zunhiFXBmNJ5HifRBylVLdXY5WJ7hyclHPgj/D+h0kFZJvCdhsDGDCDnfe3y3iYoJWw8wSbkVFyqMA==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/assert-is-object-x/-/assert-is-object-x-3.0.13.tgz", + "integrity": "sha512-1/sknZklS9PEwrl4sSryQN9mSEo2aBAwvBCPrGrGkQcqFz2cf1aIz3NONb+u+VS4f9K5/4RTfsvdd5CaDMuc0Q==", "requires": { "is-primitive": "^3.0.1", - "to-string-symbols-supported-x": "^2.0.15" + "to-string-symbols-supported-x": "^2.0.17" } }, "assert-plus": { @@ -2126,9 +2126,9 @@ "dev": true }, "attempt-x": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/attempt-x/-/attempt-x-2.0.16.tgz", - "integrity": "sha512-kZAFDzoRyVLN1Cf5Wh5XFEukaBCWNHr9UroEs1PwEPSK/RGI8VuAl4sicSJSWCDQRMv7hdVnl/au89FAyCap5w==" + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/attempt-x/-/attempt-x-2.0.18.tgz", + "integrity": "sha512-HV1iRymlGKcfvH1pMIO7GgrxLtSRt/odqn2vu4d1PR+4B2IeV0Dv9bsdkuFLRfkZ1oigtvQoFt1GzV58/u4MnA==" }, "aws-sign2": { "version": "0.7.0", @@ -2675,9 +2675,9 @@ } }, "cached-constructors-x": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/cached-constructors-x/-/cached-constructors-x-2.0.17.tgz", - "integrity": "sha512-t67A/KFOzYlJbDp0nlDw+CvWe0/FdyoEVdrug0/LSSNBm2qsmXZuxa9YmV2oBKFIXvZ4X5M+eaj4/ksBIAlstQ==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/cached-constructors-x/-/cached-constructors-x-2.0.19.tgz", + "integrity": "sha512-2Yge+QFWOvG6823D7lDAyYILzJ8L8etNd7WqwRgoDGvBAtImjNXx/C/YMTqqW0EzvVU8l5loZ8UhN8AMoLFC5w==" }, "callsites": { "version": "3.1.0", @@ -4203,9 +4203,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "15.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.7.1.tgz", - "integrity": "sha512-VsjTmg0i0aOdqJWq/nEWjkgq9+6qK32FWhH+OSXuhCB1BPTquWTLVvRQIF9NzV4fM7L8V4KKABnKyjBCG3XwkA==", + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.7.2.tgz", + "integrity": "sha512-xQFqyc/pWxpY1dlEeYpO3kpd/zwX9TVnMn0krvVuCe7l0MpqXxBVm/+wRpgI6E6jpE5l3yA0gQshipYyxbVLIg==", "dev": true, "requires": { "comment-parser": "^0.6.1", @@ -5806,20 +5806,20 @@ "dev": true }, "has-own-property-x": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/has-own-property-x/-/has-own-property-x-4.0.11.tgz", - "integrity": "sha512-TU2u7+0KewcUPes6HLXsExhzyAomh/Lpawp3en3clKYRomfcnpIqQAuKhz35HdbecidN9YUQsKnvmvf/y8I13w==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/has-own-property-x/-/has-own-property-x-4.0.12.tgz", + "integrity": "sha512-jObJ/Uahc+Eee0c9Agm1tqiyc3jiMIKZgizZsersrShbKrmYJ9jREIdqRPTpaPVaiuBn4H1gytlOV+hMXJTJjw==", "requires": { - "to-object-x": "^2.0.14", - "to-property-key-x": "^3.0.14" + "to-object-x": "^2.0.16", + "to-property-key-x": "^3.0.15" } }, "has-symbol-support-x": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-2.0.15.tgz", - "integrity": "sha512-OAvAZswYGE1/1HJ3xd4Y4l1+9P4u1X4obv0SGC2Pdbrgs7Lai69VA2F1HRFI4/Eg14UTre7FOMGcVGrpu6QvcQ==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-2.0.17.tgz", + "integrity": "sha512-tQxrIEDvVOT1UtWd2GPJ+UHPGdqn/obkI+2J9JaSgsex8V/brEaxdQtggfS545pNWpvPoc+W385c63H2mIc51w==", "requires": { - "attempt-x": "^2.0.16", + "attempt-x": "^2.0.18", "is-symbol": "^1.0.2" } }, @@ -5829,11 +5829,11 @@ "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, "has-to-string-tag-x": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-2.0.16.tgz", - "integrity": "sha512-NPNd9qqrt/B25B4JV1m40sLjx6lH56+EitP3fVnjLOE40SYMqKFvmThgNMdAfnLR9uWdqop6JXcoYdY1l4LMKg==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-2.0.18.tgz", + "integrity": "sha512-p29VfjHsgK13yyIHV0Im8yxJNU3/WyY95zy3FZcB8vV0HfipcRLrUaMyP0ChqH3BZqg1NuIsPLPS/weVl1WKkg==", "requires": { - "has-symbol-support-x": "^2.0.15", + "has-symbol-support-x": "^2.0.17", "is-symbol": "^1.0.2" } }, @@ -6070,9 +6070,9 @@ "dev": true }, "infinity-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/infinity-x/-/infinity-x-2.0.20.tgz", - "integrity": "sha512-G4XM8Lt1/ATmHsvxoZpc2bWMY37CioKMh1OnArJlVSnDEQT67sSu81a+jLK6weuwgSP4GyJuLQU6Pm/xKYo5dg==" + "version": "2.0.23", + "resolved": "https://registry.npmjs.org/infinity-x/-/infinity-x-2.0.23.tgz", + "integrity": "sha512-RNkW7Sw5JdBjaUo/0EYD5FCxr+v7vv+i/AXlKJj9vWvvvW0JI3HPlrbchUJlBEjdmYMitPVGSangfD9QuxWsuw==" }, "inflight": { "version": "1.0.6", @@ -6274,12 +6274,12 @@ "dev": true }, "is-finite-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/is-finite-x/-/is-finite-x-4.0.19.tgz", - "integrity": "sha512-rDKpGts/NIGp9ueL1uVjWy7rm3qFYMKhGnfbHuRq2CxMhdLmWkaCjwdzXfyu9gpqvJ8LQGE2lCnQhprqDX/Z0g==", + "version": "4.0.21", + "resolved": "https://registry.npmjs.org/is-finite-x/-/is-finite-x-4.0.21.tgz", + "integrity": "sha512-GObT9zlkTVCmhWEvYNaMco74wV0S44/7Psr2oa1ANJE78dhTvsFETh9R2EHT1iDBzBvgvOULBeO/FQ6NZyYoBg==", "requires": { - "infinity-x": "^2.0.20", - "is-nan-x": "^2.0.22" + "infinity-x": "^2.0.23", + "is-nan-x": "^2.0.24" } }, "is-fullwidth-code-point": { @@ -6289,17 +6289,17 @@ "dev": true }, "is-function-x": { - "version": "4.0.21", - "resolved": "https://registry.npmjs.org/is-function-x/-/is-function-x-4.0.21.tgz", - "integrity": "sha512-ZfsP2whKLuN15VIZ2V43fbH2piXZX1YpK6RHwSETeXll548U2O4h+4sHjIXZInnhRnLwCx4qbQsZxtdcy49Tgg==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/is-function-x/-/is-function-x-4.0.23.tgz", + "integrity": "sha512-2jT3sj1TlrR6r+E22Nb4LYHInRXr5KfHhWSVhdu8jVhz2tuMjEcK7pPrVn1E+dktI+FJifKYooQjabaqE9xwmw==", "requires": { - "attempt-x": "^2.0.16", - "has-to-string-tag-x": "^2.0.16", + "attempt-x": "^2.0.18", + "has-to-string-tag-x": "^2.0.18", "is-primitive": "^3.0.1", - "normalize-space-x": "^4.0.31", - "replace-comments-x": "^3.0.18", - "to-boolean-x": "^2.0.18", - "to-string-tag-x": "^2.0.20" + "normalize-space-x": "^4.0.33", + "replace-comments-x": "^3.0.20", + "to-boolean-x": "^2.0.20", + "to-string-tag-x": "^2.0.22" } }, "is-generator-fn": { @@ -6328,14 +6328,14 @@ } }, "is-index-x": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/is-index-x/-/is-index-x-2.0.11.tgz", - "integrity": "sha512-Ra86sm4sJEZyfanto2eGkyKVoKaaWTJVghQQvEEKAaUEm8RRJ1zeVLjHnFbYgydcac2TAEUAlsiYs+X+76PtkQ==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/is-index-x/-/is-index-x-2.0.12.tgz", + "integrity": "sha512-PWfygb2ewRXN3XXNTwSf0IL/2A25OrUQL9fnPSGEn4AqFKeg4sK2vBXPnCrItY1JhUGfFcNImj4mspZ0Sq/tqA==", "requires": { - "math-clamp-x": "^3.0.15", - "to-integer-x": "^4.0.21", - "to-number-x": "^3.0.21", - "to-string-symbols-supported-x": "^2.0.15" + "math-clamp-x": "^3.0.17", + "to-integer-x": "^4.0.23", + "to-number-x": "^3.0.23", + "to-string-symbols-supported-x": "^2.0.17" } }, "is-installed-globally": { @@ -6358,14 +6358,14 @@ } }, "is-nan-x": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.22.tgz", - "integrity": "sha512-+5t4BunrSbtl/gNC4QTUjQ80NQ/gGeuRTG3Zj2P7xp7zeaqguQH/0Wtx9BnaUCYq4pgGpaxWKBrsF93LY5Nfjg==" + "version": "2.0.24", + "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.24.tgz", + "integrity": "sha512-f+ApnucXcyUORYL31BjeZTb07588EaBm+medR/HOocYXrMeqLHKwtcYAV3vsOC4RkTH6iAwhFRbPbQp6Oyuekw==" }, "is-nil-x": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/is-nil-x/-/is-nil-x-2.0.19.tgz", - "integrity": "sha512-p8y7IwDfG+XukIYRY4N/adX7n48808a/AfVMzYTFwKbZxFl6D7b5+upHvJe4Sm03q+KsO1FBgaFiYQfdY78p3Q==" + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/is-nil-x/-/is-nil-x-2.0.21.tgz", + "integrity": "sha512-ZhHh7R03eXN1ooiuDhP73b5Mzy9L2CTV7lmB0Z4QXj62lrf9b1UNzmxh+QHsSjjXSrFzgWGR9zp488DDVc+teA==" }, "is-npm": { "version": "1.0.0", @@ -6410,11 +6410,11 @@ } }, "is-object-like-x": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/is-object-like-x/-/is-object-like-x-2.0.19.tgz", - "integrity": "sha512-sYe2H2Bcui89IWYfPklSoNjz4YF97adT5ZAxWSHiTobInLUW3BZ+q/CYc8dInpRmmoG4UTbAV19pd0w4xAQXuw==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/is-object-like-x/-/is-object-like-x-2.0.21.tgz", + "integrity": "sha512-pn4aXLIsaVz+l5tQ+PQKcZQK6fd0QfcbMrmY1aNwlChfylAsRQ26BVcD4Ap/4IiKWgdBbA1iAeoZbTkM6aEzTw==", "requires": { - "is-function-x": "^4.0.21", + "is-function-x": "^4.0.23", "is-primitive": "^3.0.1" } }, @@ -6479,16 +6479,16 @@ } }, "is-regexp-x": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/is-regexp-x/-/is-regexp-x-3.0.12.tgz", - "integrity": "sha512-JoTixi/yI9EMc+GokLeTBPjV2JerF9hHozlvjtyUT/Vm+KeL/kNJjQdBXbJ8ZZTrCpWB9bcsGJY/nkfAebAipg==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/is-regexp-x/-/is-regexp-x-3.0.13.tgz", + "integrity": "sha512-ElYyPnO4xtoOFMGMLBHov6DuPhgOu9KOCwjNsK0NrnB/WZsCB8GxKcmGvg4AwrzpHruUOgAaq/KMjQeu2CmKhA==", "requires": { - "has-own-property-x": "^4.0.11", - "has-to-string-tag-x": "^2.0.16", - "is-object-like-x": "^2.0.19", - "object-define-property-x": "^5.0.11", - "object-get-own-property-descriptor-x": "^4.0.12", - "to-string-tag-x": "^2.0.20" + "has-own-property-x": "^4.0.12", + "has-to-string-tag-x": "^2.0.18", + "is-object-like-x": "^2.0.21", + "object-define-property-x": "^5.0.12", + "object-get-own-property-descriptor-x": "^4.0.13", + "to-string-tag-x": "^2.0.22" } }, "is-retry-allowed": { @@ -7708,20 +7708,20 @@ "dev": true }, "math-clamp-x": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.15.tgz", - "integrity": "sha512-zaorzJfhJZgC8y8NHdt/k28OZ+TtmlehzJJ0qzOuF2xT4Sx2iu1IY9LYyL5MIDuiXfMktyr2oIhfPhFNp626Rw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.17.tgz", + "integrity": "sha512-VcwmaII6WKstzlIsP38LJJ5bOc6nW88tLkUtCAEgFGZAucLJhx0ZNMCFijOjanj+Dt6GDWZfsbfw889kzzrCJQ==", "requires": { - "to-number-x": "^3.0.21" + "to-number-x": "^3.0.23" } }, "math-sign-x": { - "version": "4.0.22", - "resolved": "https://registry.npmjs.org/math-sign-x/-/math-sign-x-4.0.22.tgz", - "integrity": "sha512-oc7mYsQfgxWAwCRXZ6Fo8G0J8DldmUF3en9iBwag1WICqOJ/H5TUfUT5VPHGjgf8sjH4rtCwYm19JjCfAO98VA==", + "version": "4.0.24", + "resolved": "https://registry.npmjs.org/math-sign-x/-/math-sign-x-4.0.24.tgz", + "integrity": "sha512-FMPK3alIqEPdaLF8V5UL8shi1zM9JnNWWj6mcDiyXl0IUF7CQL8bYtxGlWFGyMEftJ9meTQBuvhk5BKN2nzJnw==", "requires": { - "is-nan-x": "^2.0.22", - "to-number-x": "^3.0.21" + "is-nan-x": "^2.0.24", + "to-number-x": "^3.0.23" } }, "md5.js": { @@ -7967,9 +7967,9 @@ "optional": true }, "nan-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/nan-x/-/nan-x-2.0.20.tgz", - "integrity": "sha512-5EuinxaaUW7SEebFrc7eCpFXsmd1kZECdLTekoNBLbxCxG09Bu3Ma3hK4t6P6OFsmohOHZ8KdUBwHOCKKTmtHQ==" + "version": "2.0.25", + "resolved": "https://registry.npmjs.org/nan-x/-/nan-x-2.0.25.tgz", + "integrity": "sha512-4TbMYkp2iVViRNICDrCyeP7sinAdW6RE0ZmhGW61rriWDi1dxnX9eZO0ByQ2KThCEfd3gG3A0VCZyOaYRrrBXQ==" }, "nanomatch": { "version": "1.2.13", @@ -8198,12 +8198,12 @@ "dev": true }, "normalize-space-x": { - "version": "4.0.31", - "resolved": "https://registry.npmjs.org/normalize-space-x/-/normalize-space-x-4.0.31.tgz", - "integrity": "sha512-QLvrsHN+Poueb+bpwQmL71ZWssCumNw7OgIIvy14JfCqq0HS/mT1WqNMeD1kGb2e0kWbvUUB24qapf5l3XJr2g==", + "version": "4.0.33", + "resolved": "https://registry.npmjs.org/normalize-space-x/-/normalize-space-x-4.0.33.tgz", + "integrity": "sha512-7FwHFXvxYg1+lyArmYluSgzGnI0O5ak3YXZsDyl/y3hf2S48lIUHQsGLrl4zUvCQZRw31tm/H/MThnrXpQ1BaA==", "requires": { - "trim-x": "^4.0.20", - "white-space-x": "^4.0.17" + "trim-x": "^4.0.22", + "white-space-x": "^4.0.19" } }, "npm-run-path": { @@ -8277,17 +8277,17 @@ } }, "object-define-property-x": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/object-define-property-x/-/object-define-property-x-5.0.11.tgz", - "integrity": "sha512-vH6VCUfSGjJo3R7TxLMtGTd40WuIt++M7wlCexLcoQRgOsFMI6/aXq5QNk8Z0vQCgQSqzyXyLg8o82gqNA89wQ==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/object-define-property-x/-/object-define-property-x-5.0.12.tgz", + "integrity": "sha512-eJ9C1ULuOMoyttVY6mTn6RcaAQ3j8DGLka9U0nKnHFbY6wRDuqsYSUgSW13vupG3pkzUczFiyYlWp/gOvN1uqw==", "requires": { - "assert-is-object-x": "^3.0.11", - "attempt-x": "^2.0.16", - "has-own-property-x": "^4.0.11", - "has-symbol-support-x": "^2.0.15", - "is-function-x": "^4.0.21", - "to-object-x": "^2.0.14", - "to-property-key-x": "^3.0.14" + "assert-is-object-x": "^3.0.13", + "attempt-x": "^2.0.18", + "has-own-property-x": "^4.0.12", + "has-symbol-support-x": "^2.0.17", + "is-function-x": "^4.0.23", + "to-object-x": "^2.0.16", + "to-property-key-x": "^3.0.15" } }, "object-get": { @@ -8297,19 +8297,19 @@ "dev": true }, "object-get-own-property-descriptor-x": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/object-get-own-property-descriptor-x/-/object-get-own-property-descriptor-x-4.0.12.tgz", - "integrity": "sha512-NWfOrZnqPhaxwagfe/ET0LRNJD0ThhrNHey07og2PPfWsmwCK0WKXcwhvqk84RUJ9DWiSv4FcGBrZZYPxGSUpg==", - "requires": { - "attempt-x": "^2.0.16", - "has-own-property-x": "^4.0.11", - "has-symbol-support-x": "^2.0.15", - "is-index-x": "^2.0.11", + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/object-get-own-property-descriptor-x/-/object-get-own-property-descriptor-x-4.0.13.tgz", + "integrity": "sha512-T0iWFfilU4D5U7Dbvb36DXXxlJDSXFdkkh/CsD62ceYGwSaUm7gmjV6C2GXcJrtymEWwwUOoctzW/iRXd5DKOg==", + "requires": { + "attempt-x": "^2.0.18", + "has-own-property-x": "^4.0.12", + "has-symbol-support-x": "^2.0.17", + "is-index-x": "^2.0.12", "is-primitive": "^3.0.1", "is-string": "^1.0.4", - "property-is-enumerable-x": "^2.0.13", - "to-object-x": "^2.0.14", - "to-property-key-x": "^3.0.14" + "property-is-enumerable-x": "^2.0.14", + "to-object-x": "^2.0.16", + "to-property-key-x": "^3.0.15" } }, "object-hash": { @@ -8625,13 +8625,13 @@ } }, "parse-int-x": { - "version": "3.0.19", - "resolved": "https://registry.npmjs.org/parse-int-x/-/parse-int-x-3.0.19.tgz", - "integrity": "sha512-7VLcnhLoEAL8+EzEpUbiSS3D+2EX7XDpfiVsPESwGYrnkwnnVI7kVzoMxVXJH5oXcQqbfJix/JIafs9OltzmKQ==", + "version": "3.0.21", + "resolved": "https://registry.npmjs.org/parse-int-x/-/parse-int-x-3.0.21.tgz", + "integrity": "sha512-zDQUP5w9YONawH2CkuS6rN+SN7Yo6NVLHJ19SpyYSKgbMQEmbBKC7cN1xhBn5GTahA5OwlMQQE8v4e6JH3YVPQ==", "requires": { - "nan-x": "^2.0.20", - "to-string-x": "^2.0.28", - "trim-left-x": "^4.0.21" + "nan-x": "^2.0.25", + "to-string-x": "^2.0.30", + "trim-left-x": "^4.0.23" } }, "parse-json": { @@ -8891,12 +8891,12 @@ } }, "property-is-enumerable-x": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/property-is-enumerable-x/-/property-is-enumerable-x-2.0.13.tgz", - "integrity": "sha512-PiUaysV82zRefCvagAOfjK+2AR+7qfWZWtn+pxVkiMEI6XaZUhjUZIjXjcGtT7kpozPuykeUnovsR78FCbJjzA==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/property-is-enumerable-x/-/property-is-enumerable-x-2.0.14.tgz", + "integrity": "sha512-974THQETdudRJFmCcfOfSMfSxJU+FqOePcQ6FJoHlyifzaRLFlTemmV4X+B0ADSMnQu89BlNPwB6uMSBsedSUQ==", "requires": { - "to-object-x": "^2.0.14", - "to-property-key-x": "^3.0.14" + "to-object-x": "^2.0.16", + "to-property-key-x": "^3.0.15" } }, "proto-props": { @@ -9398,12 +9398,12 @@ "dev": true }, "replace-comments-x": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/replace-comments-x/-/replace-comments-x-3.0.18.tgz", - "integrity": "sha512-o3uzAZOglMotST3otC7DXjn2TS/Q7c5pLm2SHmVhpXa08BS2dVMHJeuvCa8aeHSfCNhcdewQlirdllKON0l/8A==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/replace-comments-x/-/replace-comments-x-3.0.20.tgz", + "integrity": "sha512-Vdd4LEFw3DI5Vhaxd6i0RZvclpdqxRrYupbUEPiFjpc58H7Zg1k/uSqgs7/RrrBKYFSOoiVSHvN15zFQkzt+Gg==", "requires": { - "require-coercible-to-string-x": "^2.0.19", - "to-string-x": "^2.0.28" + "require-coercible-to-string-x": "^2.0.21", + "to-string-x": "^2.0.30" } }, "request": { @@ -9473,12 +9473,12 @@ } }, "require-coercible-to-string-x": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/require-coercible-to-string-x/-/require-coercible-to-string-x-2.0.19.tgz", - "integrity": "sha512-DGz8NMG3OlLU70cRxvhC1HoWSPBKEtloSNmKidPV6LqcQVvUPOFJ2qV/csCaoYnsmA+ewkFyJDdXQH/xW39pAg==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/require-coercible-to-string-x/-/require-coercible-to-string-x-2.0.21.tgz", + "integrity": "sha512-zfe69SiwW33x2HYIuSedMIxszG8Dc+AvZXy7tNQYKrcagsIMCE0suAZSL0BI/xxLPUt/CF0Jbi++C8izPyIU/Q==", "requires": { - "require-object-coercible-x": "^2.0.20", - "to-string-x": "^2.0.28" + "require-object-coercible-x": "^2.0.22", + "to-string-x": "^2.0.30" } }, "require-directory": { @@ -9494,11 +9494,11 @@ "dev": true }, "require-object-coercible-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/require-object-coercible-x/-/require-object-coercible-x-2.0.20.tgz", - "integrity": "sha512-/tnYHGR8dZRrORkz/AEPNZYqgJF4MQ1K4KnRUxDgm0hEo6UfdEFCaCpzW6ZJVXCmjQ+UqJOHcCP111MMMQzsSw==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/require-object-coercible-x/-/require-object-coercible-x-2.0.22.tgz", + "integrity": "sha512-1pRh0N0ta/dJWHilLp4/L9naG9of4pYabgYk3aROODfZLIhwvq04Cc0KzwkKGQvbRCsVV0iFky7fkj2CxqRDew==", "requires": { - "is-nil-x": "^2.0.19" + "is-nil-x": "^2.0.21" } }, "require-package-name": { @@ -10681,9 +10681,9 @@ "dev": true }, "to-boolean-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.18.tgz", - "integrity": "sha512-McNIsnbjg2i96uxkfttzNccoRsv4zXtGDDm4aAdEAp2AnLo6MCsYyS/GN1vF69N79O4IDpXdKwfIkKzgBEWDwg==" + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.20.tgz", + "integrity": "sha512-0ybdWbCQq2jhdABlWWddizDpY1JlnWtW0lsdb8ApEWw/CKvGspsm/ogSF5nAVofFRNlm+fSBfMgaYtyd8AW1Fg==" }, "to-fast-properties": { "version": "2.0.0", @@ -10692,26 +10692,26 @@ "dev": true }, "to-integer-x": { - "version": "4.0.21", - "resolved": "https://registry.npmjs.org/to-integer-x/-/to-integer-x-4.0.21.tgz", - "integrity": "sha512-Da6f3JBWT6rJ/9+lnentZtoHAdEoSn3q1+Vy1quottjq6M4n2fyENUs4SGDJCXSCJdQaFx06k8X3hZUFQ8yVYw==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/to-integer-x/-/to-integer-x-4.0.23.tgz", + "integrity": "sha512-6CGa2fQiw3JrRJ0IhkAGQi7bPQO2yduFGAiK9Z0aCOeLBdAIUF3zUzjAg4fFZHCIFvOijumtkvXxpgNwTjDLwQ==", "requires": { - "is-finite-x": "^4.0.19", - "is-nan-x": "^2.0.22", - "math-sign-x": "^4.0.22", - "to-number-x": "^3.0.21" + "is-finite-x": "^4.0.21", + "is-nan-x": "^2.0.24", + "math-sign-x": "^4.0.24", + "to-number-x": "^3.0.23" } }, "to-number-x": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/to-number-x/-/to-number-x-3.0.21.tgz", - "integrity": "sha512-6O3nuKrEPeAo3RaudeSLrZf71Z/O0bT4AG9yV34xtBGeBxk13yJ5KNQ8UfEE1aBTBi2WB2JlO1c65y9aKQSSHg==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/to-number-x/-/to-number-x-3.0.23.tgz", + "integrity": "sha512-tRoCzCQzVhMqvVrou+1Xs4+QnN7XbcmURd70UU93Hr/CDFD9EhPvbHqx14jCguJsqu0LgAWiU8qh6W11jAfONw==", "requires": { "is-symbol": "^1.0.2", - "nan-x": "^2.0.20", - "parse-int-x": "^3.0.19", - "to-primitive-x": "^2.0.20", - "trim-x": "^4.0.20" + "nan-x": "^2.0.25", + "parse-int-x": "^3.0.21", + "to-primitive-x": "^2.0.22", + "trim-x": "^4.0.22" } }, "to-object-path": { @@ -10735,36 +10735,36 @@ } }, "to-object-x": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/to-object-x/-/to-object-x-2.0.14.tgz", - "integrity": "sha512-bDn17fOkVMatD/o0uea3CWprAVRctvK9256s4UVVouJVzZHK2clkiSIuUw6QE7imzLDRwtburE0eD/LLnS6d6w==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/to-object-x/-/to-object-x-2.0.16.tgz", + "integrity": "sha512-Bz/5uvn/I16cnKEjLNKEkCWfFPazx2HQEbf96rVkvxPcVa5UxEfaAg6845dyoUT9CiQc7koQid0TkqKrbXLIRA==", "requires": { - "cached-constructors-x": "^2.0.17", - "require-object-coercible-x": "^2.0.20" + "cached-constructors-x": "^2.0.19", + "require-object-coercible-x": "^2.0.22" } }, "to-primitive-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/to-primitive-x/-/to-primitive-x-2.0.20.tgz", - "integrity": "sha512-jSwp9GA96tCU8WR6Xk1O0abE6aF0ZQa6Su6ErbABxMfisqpcF9HYglvpH9PRiM/Y4wEa7m0HfIfUKG+fRAMBmA==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/to-primitive-x/-/to-primitive-x-2.0.22.tgz", + "integrity": "sha512-dg3yWKd4D1aZOJbih6W+aNuvgyIQIMfPu92hYezGY8UfGRkFHMPM37nnWS8UKJXehGc0P4530kQR0f0xcckLbA==", "requires": { - "has-symbol-support-x": "^2.0.15", + "has-symbol-support-x": "^2.0.17", "is-date-object": "^1.0.1", - "is-function-x": "^4.0.21", - "is-nil-x": "^2.0.19", + "is-function-x": "^4.0.23", + "is-nil-x": "^2.0.21", "is-primitive": "^3.0.1", "is-symbol": "^1.0.2", - "require-object-coercible-x": "^2.0.20" + "require-object-coercible-x": "^2.0.22" } }, "to-property-key-x": { - "version": "3.0.14", - "resolved": "https://registry.npmjs.org/to-property-key-x/-/to-property-key-x-3.0.14.tgz", - "integrity": "sha512-7B2VwrzpqhrAxXQp3eo+a0z4eapaLvEnew+KgmpCzsE6dJvJSkm/QXA7Qry+hLf4OCE90B8m5eNwN3gXr20Hiw==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/to-property-key-x/-/to-property-key-x-3.0.15.tgz", + "integrity": "sha512-bIcLNWsjoUDvg7E03gMmSMLGfyp9EH3rKAYuNMyOLtSQy1sxQ4UDhFqufSgxQw6rfLI1KsuujIu2Mw51gP/9Sw==", "requires": { - "has-symbol-support-x": "^2.0.15", - "to-primitive-x": "^2.0.20", - "to-string-x": "^2.0.28" + "has-symbol-support-x": "^2.0.17", + "to-primitive-x": "^2.0.22", + "to-string-x": "^2.0.30" } }, "to-regex": { @@ -10790,23 +10790,23 @@ } }, "to-string-symbols-supported-x": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/to-string-symbols-supported-x/-/to-string-symbols-supported-x-2.0.15.tgz", - "integrity": "sha512-c5tmnpGNxZyKLTvdIU5jcm6YXmFBpGx/mz0pZ4peANUR1g62wHKX53rRTFYnwwzAVujeuyVS4xZvwc17Zzk0nw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/to-string-symbols-supported-x/-/to-string-symbols-supported-x-2.0.17.tgz", + "integrity": "sha512-MiaZyqja+Yk6/0Fd9sU3R6wQR2/gH6VqynA6F5YUWHcMJjZRFwRcDBdoH+TkXWixYSlrjwE91pM6QfZ8nXeoXg==", "requires": { - "has-symbol-support-x": "^2.0.15", + "has-symbol-support-x": "^2.0.17", "is-symbol": "^1.0.2" } }, "to-string-tag-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/to-string-tag-x/-/to-string-tag-x-2.0.20.tgz", - "integrity": "sha512-BuF0z3U9OMZik5Stz/KOsh2sBwHyDTbR2tEkbyWvEb7u6bf6t3wRWScFVu3eVx+WEfPZV8Bl9JYalyeFFXsqKw==" + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/to-string-tag-x/-/to-string-tag-x-2.0.22.tgz", + "integrity": "sha512-LoGCE0hQvHgXF5UAoHwfNodbGQsZGhCGAk6s0FXmaFYtuoOH3vJ0kkYzjHLrNTTMDxe1krypm75HfaqKStkg+Q==" }, "to-string-x": { - "version": "2.0.28", - "resolved": "https://registry.npmjs.org/to-string-x/-/to-string-x-2.0.28.tgz", - "integrity": "sha512-so8UtGsmOWI39dr2gn+yzSDXv8377dCxbMA1X54ZaqP0YzqMjoAIzROoRjsVR/rgL0csCWmb8DhGAkovUOm1/g==", + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/to-string-x/-/to-string-x-2.0.30.tgz", + "integrity": "sha512-9gc7rDqxJCsE9uZH4XQq/SuEu8f949b1kq/FaiTCmxgwPh8MXpuyB/mtjbwmhnyXtGq/Oh0b/SAv3lHcxJSNAw==", "requires": { "is-symbol": "^1.0.2" } @@ -10852,12 +10852,12 @@ "dev": true }, "trim-left-x": { - "version": "4.0.21", - "resolved": "https://registry.npmjs.org/trim-left-x/-/trim-left-x-4.0.21.tgz", - "integrity": "sha512-oO7X51PzLt4cej63/4Qf3XZ5pQ0yBNCilEwZSLpmd4pMvMboL7aClQX225ewON25/NINGZMY8ekU5Hn7GVRi4w==", + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/trim-left-x/-/trim-left-x-4.0.23.tgz", + "integrity": "sha512-XYIaoWjJ5yJKgXbStMZdgq4lnnml83z1mGbkudxnbdOwn8rEb9TkfbLTGPGzf3eMerQR6hFsvhBt7C/P9Z6YGQ==", "requires": { - "require-coercible-to-string-x": "^2.0.19", - "white-space-x": "^4.0.17" + "require-coercible-to-string-x": "^2.0.21", + "white-space-x": "^4.0.19" } }, "trim-right": { @@ -10867,21 +10867,21 @@ "dev": true }, "trim-right-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/trim-right-x/-/trim-right-x-4.0.19.tgz", - "integrity": "sha512-dBltHkKPKldpRtnhcjGX8H+vFzU24bRH8eaXtWkM/PsP6zfMsd7Goujbv3Ug67FB6+7UU3kc36TKy8k61uxneA==", + "version": "4.0.21", + "resolved": "https://registry.npmjs.org/trim-right-x/-/trim-right-x-4.0.21.tgz", + "integrity": "sha512-BVBdf9ckmcWbfbC5s20jJ/doWUMzLRzJH4mH7eKhFxO9lea5jCOV/Etq2OGa8LMm0r7k17qSpn+nmzIi0S3MVA==", "requires": { - "require-coercible-to-string-x": "^2.0.19", - "white-space-x": "^4.0.17" + "require-coercible-to-string-x": "^2.0.21", + "white-space-x": "^4.0.19" } }, "trim-x": { - "version": "4.0.20", - "resolved": "https://registry.npmjs.org/trim-x/-/trim-x-4.0.20.tgz", - "integrity": "sha512-c/GG42M11zthurUR9dh8NvuD+K4Sv14LinFuxRhcK8CsbohT3kMCffY0EV4fQ4Sv+QyoMYHGGkTRBw/CMY08hw==", + "version": "4.0.22", + "resolved": "https://registry.npmjs.org/trim-x/-/trim-x-4.0.22.tgz", + "integrity": "sha512-YPn7IXZDZI20zE0Jgq7b8XLOF7bgo3qkbLAbOWOXRNO80EGaeLyoyZbV+QOx1MbSNulPs0wATGilghI8nzjwIQ==", "requires": { - "trim-left-x": "^4.0.21", - "trim-right-x": "^4.0.19" + "trim-left-x": "^4.0.23", + "trim-right-x": "^4.0.21" } }, "tryer": { @@ -11736,9 +11736,9 @@ "dev": true }, "white-space-x": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/white-space-x/-/white-space-x-4.0.17.tgz", - "integrity": "sha512-tekeZ58/+DipWCiTms50j7WC72Yx6H0VAkffjfqvdZ86RdMbkmYdYBshJ4B2ZDJEWmlmadnQjkLyZR209IQt0g==" + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/white-space-x/-/white-space-x-4.0.19.tgz", + "integrity": "sha512-diBDkNCiL2VF8R8vnUHauH7/Yg/kSsOH+PdJOo6HgxGB2O0+vgvHEmJNIq8WgEhft5t+WgS4/eu9R0nLtWHr6g==" }, "widest-line": { "version": "2.0.1", diff --git a/package.json b/package.json index 7e4eb70..30a5e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-starts-with-x", - "version": "2.0.7", + "version": "2.0.8", "description": "Determines whether a string begins with the characters of a specified string.", "homepage": "https://github.com/Xotic750/string-starts-with-x", "author": { @@ -22,6 +22,7 @@ ], "module": "dist/string-starts-with-x.esm.js", "main": "dist/string-starts-with-x.js", + "jsdelivr": "dist/string-starts-with-x.min.js", "scripts": { "build:esm": "mkdirp dist && babel -s true --env-name esm src/string-starts-with-x.js -o dist/string-starts-with-x.esm.js", "build:base": "webpack --bail --progress --profile --colors", @@ -49,11 +50,11 @@ "url": "https://github.com/Xotic750/string-starts-with-x/issues" }, "dependencies": { - "attempt-x": "^2.0.16", - "is-regexp-x": "^3.0.12", - "require-object-coercible-x": "^2.0.20", - "to-integer-x": "^4.0.21", - "to-string-x": "^2.0.28" + "attempt-x": "^2.0.18", + "is-regexp-x": "^3.0.13", + "require-object-coercible-x": "^2.0.22", + "to-integer-x": "^4.0.23", + "to-string-x": "^2.0.30" }, "devDependencies": { "@babel/cli": "^7.5.5", @@ -91,7 +92,7 @@ "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.13.6", - "eslint-plugin-jsdoc": "^15.7.1", + "eslint-plugin-jsdoc": "^15.7.2", "eslint-plugin-json": "^1.4.0", "eslint-plugin-lodash": "^5.1.0", "eslint-plugin-no-use-extend-native": "^0.4.1",