define-properties-x
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2015-2017", | ||
"date": "2019-07-25T22:57:10.815Z", | ||
"date": "2019-07-26T16:21:34.900Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Define multiple non-enumerable properties at once.", | ||
"license": "MIT", | ||
"version": "4.0.7" | ||
"version": "4.0.8" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "define-properties-x", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "Define multiple non-enumerable properties at once.", | ||
@@ -57,6 +57,6 @@ "homepage": "https://github.com/Xotic750/define-properties-x", | ||
"dependencies": { | ||
"array-for-each-x": "^3.0.16", | ||
"get-own-enumerable-keys-x": "^2.0.14", | ||
"is-function-x": "^4.0.24", | ||
"object-define-property-x": "^5.0.13" | ||
"array-for-each-x": "^3.0.17", | ||
"get-own-enumerable-keys-x": "^2.0.15", | ||
"is-function-x": "^4.0.25", | ||
"object-define-property-x": "^5.0.14" | ||
}, | ||
@@ -98,3 +98,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", | ||
@@ -128,3 +128,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", | ||
@@ -131,0 +131,0 @@ "webpack-cli": "^3.3.6", |
@@ -1,2 +0,3 @@ | ||
<a href="https://travis-ci.org/Xotic750/define-properties-x" | ||
<a | ||
href="https://travis-ci.org/Xotic750/define-properties-x" | ||
title="Travis status"> | ||
@@ -7,3 +8,4 @@ <img | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/define-properties-x" | ||
<a | ||
href="https://david-dm.org/Xotic750/define-properties-x" | ||
title="Dependency status"> | ||
@@ -19,3 +21,4 @@ <img src="https://david-dm.org/Xotic750/define-properties-x/status.svg" | ||
</a> | ||
<a href="https://badge.fury.io/js/define-properties-x" | ||
<a | ||
href="https://badge.fury.io/js/define-properties-x" | ||
title="npm version"> | ||
@@ -25,3 +28,4 @@ <img src="https://badge.fury.io/js/define-properties-x.svg" | ||
</a> | ||
<a href="https://www.jsdelivr.com/package/npm/define-properties-x" | ||
<a | ||
href="https://www.jsdelivr.com/package/npm/define-properties-x" | ||
title="jsDelivr hits"> | ||
@@ -31,2 +35,8 @@ <img src="https://data.jsdelivr.com/v1/package/npm/define-properties-x/badge?style=rounded" | ||
</a> | ||
<a | ||
href="https://bettercodehub.com/results/Xotic750/define-properties-x" | ||
title="bettercodehub score"> | ||
<img src="https://bettercodehub.com/edge/badge/Xotic750/define-properties-x?branch=master" | ||
alt="bettercodehub score" height="18"> | ||
</a> | ||
@@ -33,0 +43,0 @@ <a name="module_define-properties-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
406559
117
Updatedarray-for-each-x@^3.0.17
Updatedis-function-x@^4.0.25