Comparing version 3.2.5 to 3.2.6
@@ -5,4 +5,4 @@ import auto from './auto.js' | ||
var FN_ARGS = /^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/; | ||
var ARROW_FN_ARGS = /^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/; | ||
var FN_ARGS = /^(?:async\s)?(?:function)?\s*(?:\w+\s*)?\(([^)]+)\)(?:\s*{)/; | ||
var ARROW_FN_ARGS = /^(?:async\s)?\s*(?:\(\s*)?((?:[^)=\s]\s*)*)(?:\)\s*)?=>/; | ||
var FN_ARG_SPLIT = /,/; | ||
@@ -9,0 +9,0 @@ var FN_ARG = /(=.+)?(\s*)$/; |
@@ -0,1 +1,4 @@ | ||
# v3.2.5 | ||
- Ensure `Error` objects such as `AggregateError` are propagated without modification (#1920) | ||
# v3.2.4 | ||
@@ -2,0 +5,0 @@ - Fix a bug in `priorityQueue` where it didn't wait for the result. (#1725) |
{ | ||
"name": "async-es", | ||
"description": "Higher-order functions and common patterns for asynchronous code", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"main": "index.js", | ||
@@ -23,6 +23,6 @@ "author": "Caolan McMahon", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/core": "7.23.2", | ||
"@babel/core": "7.25.2", | ||
"babel-minify": "^0.5.0", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"babel-plugin-istanbul": "^7.0.0", | ||
"babel-plugin-syntax-async-generators": "^6.13.0", | ||
@@ -43,3 +43,3 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"fs-extra": "^11.1.1", | ||
"jsdoc": "^3.6.2", | ||
"jsdoc": "^4.0.3", | ||
"karma": "^6.3.12", | ||
@@ -53,3 +53,3 @@ "karma-browserify": "^8.1.0", | ||
"native-promise-only": "^0.8.0-a", | ||
"nyc": "^15.1.0", | ||
"nyc": "^17.0.0", | ||
"rollup": "^4.2.0", | ||
@@ -56,0 +56,0 @@ "rollup-plugin-node-resolve": "^5.2.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
312186