is-regexp-x
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-25T22:21:17.968Z", | ||
"date": "2019-07-26T14:31:32.377Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Is this value a JS regex?", | ||
"license": "MIT", | ||
"version": "3.0.14" | ||
"version": "3.0.15" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "is-regexp-x", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "Is this value a JS regex?", | ||
@@ -52,8 +52,8 @@ "homepage": "https://github.com/Xotic750/is-regexp-x", | ||
"dependencies": { | ||
"has-own-property-x": "^4.0.13", | ||
"has-to-string-tag-x": "^2.0.19", | ||
"is-object-like-x": "^2.0.22", | ||
"object-define-property-x": "^5.0.13", | ||
"object-get-own-property-descriptor-x": "^4.0.14", | ||
"to-string-tag-x": "^2.0.23" | ||
"has-own-property-x": "^4.0.14", | ||
"has-to-string-tag-x": "^2.0.20", | ||
"is-object-like-x": "^2.0.23", | ||
"object-define-property-x": "^5.0.14", | ||
"object-get-own-property-descriptor-x": "^4.0.15", | ||
"to-string-tag-x": "^2.0.24" | ||
}, | ||
@@ -95,3 +95,3 @@ "devDependencies": { | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jest": "^22.13.7", | ||
"eslint-plugin-jsdoc": "^15.7.2", | ||
@@ -125,3 +125,3 @@ "eslint-plugin-json": "^1.4.0", | ||
"typescript": "^3.5.3", | ||
"webpack": "^4.37.0", | ||
"webpack": "^4.38.0", | ||
"webpack-bundle-analyzer": "^3.3.2", | ||
@@ -128,0 +128,0 @@ "webpack-cli": "^3.3.6", |
@@ -1,2 +0,3 @@ | ||
<a href="https://travis-ci.org/Xotic750/is-regexp-x" | ||
<a | ||
href="https://travis-ci.org/Xotic750/is-regexp-x" | ||
title="Travis status"> | ||
@@ -7,3 +8,4 @@ <img | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/is-regexp-x" | ||
<a | ||
href="https://david-dm.org/Xotic750/is-regexp-x" | ||
title="Dependency status"> | ||
@@ -19,3 +21,4 @@ <img src="https://david-dm.org/Xotic750/is-regexp-x/status.svg" | ||
</a> | ||
<a href="https://badge.fury.io/js/is-regexp-x" | ||
<a | ||
href="https://badge.fury.io/js/is-regexp-x" | ||
title="npm version"> | ||
@@ -25,3 +28,4 @@ <img src="https://badge.fury.io/js/is-regexp-x.svg" | ||
</a> | ||
<a href="https://www.jsdelivr.com/package/npm/is-regexp-x" | ||
<a | ||
href="https://www.jsdelivr.com/package/npm/is-regexp-x" | ||
title="jsDelivr hits"> | ||
@@ -31,2 +35,8 @@ <img src="https://data.jsdelivr.com/v1/package/npm/is-regexp-x/badge?style=rounded" | ||
</a> | ||
<a | ||
href="https://bettercodehub.com/results/Xotic750/is-regexp-x" | ||
title="bettercodehub score"> | ||
<img src="https://bettercodehub.com/edge/badge/Xotic750/is-regexp-x?branch=master" | ||
alt="bettercodehub score" height="18"> | ||
</a> | ||
@@ -33,0 +43,0 @@ <a name="module_is-regexp-x"></a> |
Sorry, the diff of this file is too big to display
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
265720
78