is-async-function-x
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-24T01:07:09.372Z", | ||
"date": "2019-07-24T17:35:39.341Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Determine if a function is a native aync function.", | ||
"license": "MIT", | ||
"version": "2.0.6" | ||
"version": "2.0.7" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-24T01:07:09.372Z", | ||
"date": "2019-07-24T17:35:39.341Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Determine if a function is a native aync function.", | ||
"license": "MIT", | ||
"version": "2.0.6" | ||
"version": "2.0.7" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "is-async-function-x", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Determine if a function is a native aync function.", | ||
@@ -24,2 +24,3 @@ "homepage": "https://github.com/Xotic750/is-async-function-x", | ||
"main": "dist/is-async-function-x.js", | ||
"jsdelivr": "dist/is-async-function-x.min.js", | ||
"scripts": { | ||
@@ -52,8 +53,8 @@ "build:esm": "mkdirp dist && babel -s true --env-name esm src/is-async-function-x.js -o dist/is-async-function-x.esm.js", | ||
"dependencies": { | ||
"attempt-x": "^2.0.16", | ||
"get-prototype-of-x": "^2.0.12", | ||
"has-to-string-tag-x": "^2.0.16", | ||
"normalize-space-x": "^4.0.31", | ||
"replace-comments-x": "^3.0.18", | ||
"to-string-tag-x": "^2.0.20" | ||
"attempt-x": "^2.0.18", | ||
"get-prototype-of-x": "^2.0.13", | ||
"has-to-string-tag-x": "^2.0.18", | ||
"normalize-space-x": "^4.0.33", | ||
"replace-comments-x": "^3.0.20", | ||
"to-string-tag-x": "^2.0.22" | ||
}, | ||
@@ -96,3 +97,3 @@ "devDependencies": { | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jsdoc": "^15.7.1", | ||
"eslint-plugin-jsdoc": "^15.7.2", | ||
"eslint-plugin-json": "^1.4.0", | ||
@@ -99,0 +100,0 @@ "eslint-plugin-lodash": "^5.1.0", |
<a href="https://travis-ci.org/Xotic750/is-async-function-x" | ||
title="Travis status"> | ||
title="Travis status"> | ||
<img | ||
src="https://travis-ci.org/Xotic750/is-async-function-x.svg?branch=master" | ||
alt="Travis status" height="18"/> | ||
src="https://travis-ci.org/Xotic750/is-async-function-x.svg?branch=master" | ||
alt="Travis status" height="18"> | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/is-async-function-x" | ||
title="Dependency status"> | ||
<img src="https://david-dm.org/Xotic750/is-async-function-x.svg" | ||
alt="Dependency status" height="18"/> | ||
title="Dependency status"> | ||
<img src="https://david-dm.org/Xotic750/is-async-function-x/status.svg" | ||
alt="Dependency status" height="18"/> | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/is-async-function-x#info=devDependencies" | ||
title="devDependency status"> | ||
<a | ||
href="https://david-dm.org/Xotic750/is-async-function-x?type=dev" | ||
title="devDependency status"> | ||
<img src="https://david-dm.org/Xotic750/is-async-function-x/dev-status.svg" | ||
alt="devDependency status" height="18"/> | ||
alt="devDependency status" height="18"/> | ||
</a> | ||
<a href="https://badge.fury.io/js/is-async-function-x" title="npm version"> | ||
<a href="https://badge.fury.io/js/is-async-function-x" | ||
title="npm version"> | ||
<img src="https://badge.fury.io/js/is-async-function-x.svg" | ||
alt="npm version" height="18"/> | ||
alt="npm version" height="18"> | ||
</a> | ||
<a href="https://www.jsdelivr.com/package/npm/is-async-function-x" | ||
title="jsDelivr hits"> | ||
<img src="https://data.jsdelivr.com/v1/package/npm/is-async-function-x/badge?style=rounded" | ||
alt="jsDelivr hits" height="18"> | ||
</a> | ||
<a name="module_is-async-function-x"></a> | ||
@@ -22,0 +30,0 @@ |
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
135512
69
Updatedattempt-x@^2.0.18
Updatedget-prototype-of-x@^2.0.13
Updatedhas-to-string-tag-x@^2.0.18
Updatednormalize-space-x@^4.0.33
Updatedreplace-comments-x@^3.0.20
Updatedto-string-tag-x@^2.0.22