Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "inspect-x", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "An implementation of node's ES6 inspect module.", | ||
@@ -51,36 +51,36 @@ "homepage": "https://github.com/Xotic750/inspect-x", | ||
"dependencies": { | ||
"array-difference-x": "^3.0.7", | ||
"array-every-x": "^3.0.13", | ||
"array-filter-x": "^3.0.13", | ||
"array-includes-x": "^3.0.10", | ||
"array-intersection-x": "^3.0.7", | ||
"array-map-x": "^3.0.14", | ||
"array-reduce-x": "^3.0.9", | ||
"array-slice-x": "^4.0.16", | ||
"array-some-x": "^3.0.6", | ||
"array-union-x": "^3.0.9", | ||
"bind-x": "^4.0.7", | ||
"collections-x": "^3.0.6", | ||
"get-function-name-x": "^3.0.7", | ||
"get-own-property-symbols-x": "^2.0.10", | ||
"get-prototype-of-x": "^2.0.11", | ||
"has-symbol-support-x": "^2.0.14", | ||
"is-array-buffer-x": "^2.0.6", | ||
"is-array-x": "^2.0.15", | ||
"is-async-function-x": "^2.0.5", | ||
"array-difference-x": "^3.0.8", | ||
"array-every-x": "^3.0.14", | ||
"array-filter-x": "^3.0.14", | ||
"array-includes-x": "^3.0.11", | ||
"array-intersection-x": "^3.0.8", | ||
"array-map-x": "^3.0.15", | ||
"array-reduce-x": "^3.0.10", | ||
"array-slice-x": "^4.0.17", | ||
"array-some-x": "^3.0.7", | ||
"array-union-x": "^3.0.10", | ||
"bind-x": "^4.0.8", | ||
"collections-x": "^3.0.7", | ||
"get-function-name-x": "^3.0.8", | ||
"get-own-property-symbols-x": "^2.0.11", | ||
"get-prototype-of-x": "^2.0.12", | ||
"has-symbol-support-x": "^2.0.15", | ||
"is-array-buffer-x": "^2.0.7", | ||
"is-array-x": "^2.0.16", | ||
"is-async-function-x": "^2.0.6", | ||
"is-boolean-object": "^1.0.0", | ||
"is-data-view-x": "^2.0.5", | ||
"is-data-view-x": "^2.0.6", | ||
"is-date-object": "^1.0.1", | ||
"is-error-x": "^2.0.10", | ||
"is-function-x": "^4.0.20", | ||
"is-error-x": "^2.0.11", | ||
"is-function-x": "^4.0.21", | ||
"is-generator-function": "^1.0.7", | ||
"is-map-x": "^2.0.6", | ||
"is-map-x": "^2.0.7", | ||
"is-nan": "^1.2.1", | ||
"is-nil-x": "^2.0.18", | ||
"is-nil-x": "^2.0.19", | ||
"is-number-object": "^1.0.3", | ||
"is-object-like-x": "^2.0.18", | ||
"is-object-like-x": "^2.0.19", | ||
"is-primitive": "^3.0.1", | ||
"is-promise": "^2.1.0", | ||
"is-regex": "^1.0.4", | ||
"is-set-x": "^2.0.6", | ||
"is-set-x": "^2.0.7", | ||
"is-string": "^1.0.4", | ||
@@ -90,17 +90,17 @@ "is-symbol": "^1.0.2", | ||
"json3": "^3.3.3", | ||
"math-clamp-x": "^3.0.14", | ||
"object-assign-x": "^2.0.6", | ||
"object-define-properties-x": "^5.0.7", | ||
"object-define-property-x": "^5.0.10", | ||
"object-get-own-property-descriptor-x": "^4.0.11", | ||
"math-clamp-x": "^3.0.15", | ||
"object-assign-x": "^2.0.7", | ||
"object-define-properties-x": "^5.0.8", | ||
"object-define-property-x": "^5.0.11", | ||
"object-get-own-property-descriptor-x": "^4.0.12", | ||
"object-is": "^1.0.1", | ||
"object-keys-x": "^3.0.11", | ||
"reflect-own-keys-x": "^3.0.5", | ||
"require-object-coercible-x": "^2.0.19", | ||
"string-includes-x": "^2.0.5", | ||
"string-starts-with-x": "^2.0.6", | ||
"to-integer-x": "^4.0.20", | ||
"to-iso-string-x": "^2.0.5", | ||
"to-string-x": "^2.0.27", | ||
"white-space-x": "^4.0.16" | ||
"object-keys-x": "^3.0.12", | ||
"reflect-own-keys-x": "^3.0.6", | ||
"require-object-coercible-x": "^2.0.20", | ||
"string-includes-x": "^2.0.6", | ||
"string-starts-with-x": "^2.0.7", | ||
"to-integer-x": "^4.0.21", | ||
"to-iso-string-x": "^2.0.6", | ||
"to-string-x": "^2.0.28", | ||
"white-space-x": "^4.0.17" | ||
}, | ||
@@ -119,3 +119,3 @@ "devDependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@prorenata/eslint-config-vue": "^1.13.10", | ||
"@prorenata/eslint-config-vue": "^1.13.11", | ||
"@types/jest": "^24.0.15", | ||
@@ -143,4 +143,4 @@ "@types/node": "^12.6.8", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.0", | ||
"eslint-plugin-jsdoc": "^15.6.1", | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jsdoc": "^15.7.1", | ||
"eslint-plugin-json": "^1.4.0", | ||
@@ -168,3 +168,3 @@ "eslint-plugin-lodash": "^5.1.0", | ||
"rimraf": "^2.6.3", | ||
"semver": "^6.2.0", | ||
"semver": "^6.3.0", | ||
"source-map-loader": "^0.2.4", | ||
@@ -174,3 +174,3 @@ "strip-ansi": "^5.2.0", | ||
"typescript": "^3.5.3", | ||
"webpack": "^4.36.1", | ||
"webpack": "^4.37.0", | ||
"webpack-bundle-analyzer": "^3.3.2", | ||
@@ -177,0 +177,0 @@ "webpack-cli": "^3.3.6", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1480931
10341
Updatedarray-difference-x@^3.0.8
Updatedarray-every-x@^3.0.14
Updatedarray-filter-x@^3.0.14
Updatedarray-includes-x@^3.0.11
Updatedarray-intersection-x@^3.0.8
Updatedarray-map-x@^3.0.15
Updatedarray-reduce-x@^3.0.10
Updatedarray-slice-x@^4.0.17
Updatedarray-some-x@^3.0.7
Updatedarray-union-x@^3.0.10
Updatedbind-x@^4.0.8
Updatedcollections-x@^3.0.7
Updatedget-function-name-x@^3.0.8
Updatedget-prototype-of-x@^2.0.12
Updatedhas-symbol-support-x@^2.0.15
Updatedis-array-buffer-x@^2.0.7
Updatedis-array-x@^2.0.16
Updatedis-async-function-x@^2.0.6
Updatedis-data-view-x@^2.0.6
Updatedis-error-x@^2.0.11
Updatedis-function-x@^4.0.21
Updatedis-map-x@^2.0.7
Updatedis-nil-x@^2.0.19
Updatedis-object-like-x@^2.0.19
Updatedis-set-x@^2.0.7
Updatedmath-clamp-x@^3.0.15
Updatedobject-assign-x@^2.0.7
Updatedobject-keys-x@^3.0.12
Updatedreflect-own-keys-x@^3.0.6
Updatedstring-includes-x@^2.0.6
Updatedstring-starts-with-x@^2.0.7
Updatedto-integer-x@^4.0.21
Updatedto-iso-string-x@^2.0.6
Updatedto-string-x@^2.0.28
Updatedwhite-space-x@^4.0.17