New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@async-af/foreach

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@async-af/foreach - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

2

esm/index.js
/*!
* @async-af/foreach/esm v5.2.0
* @async-af/foreach/esm v5.3.0
*

@@ -4,0 +4,0 @@ * AsyncAF (Async/Await Fun) forEachAF method

/*!
* @async-af/foreach/esm/min v5.2.0
* @async-af/foreach/esm/min v5.3.0
*

@@ -4,0 +4,0 @@ * AsyncAF (Async/Await Fun) forEachAF method

/*!
* @async-af/foreach v5.2.0
* @async-af/foreach v5.3.0
*

@@ -4,0 +4,0 @@ * AsyncAF (Async/Await Fun) forEachAF method

/*!
* @async-af/foreach/legacy v5.2.0
* @async-af/foreach/legacy v5.3.0
*

@@ -4,0 +4,0 @@ * AsyncAF (Async/Await Fun) forEachAF method

/*!
* @async-af/foreach/legacy/min v5.2.0
* @async-af/foreach/legacy/min v5.3.0
*

@@ -12,3 +12,3 @@ * AsyncAF (Async/Await Fun) forEachAF method

*/
var e,r;e="undefined"!=typeof self?self:this,r=function(){return function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=150)}({150:function(e,r,t){"use strict";t.r(r);var n=t(3);r.default=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return this.then(function(t){if(!Object(n.a)(t))throw TypeError("forEachAF cannot be called on ".concat(t,", only on an Array or array-like Object"));return Array.prototype.forEach.call(t,e,r)})}},3:function(e,r,t){"use strict";r.a=function(e){return Array.isArray(e)||null!=e&&null!=e.length}}}).default},"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("forEachAF",[],r):"object"==typeof exports?exports.forEachAF=r():e.forEachAF=r();
var e,r;e="undefined"!=typeof self?self:this,r=function(){return function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=151)}({151:function(e,r,t){"use strict";t.r(r);var n=t(4);r.default=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;return this.then(function(t){if(!Object(n.a)(t))throw TypeError("forEachAF cannot be called on ".concat(t,", only on an Array or array-like Object"));return Array.prototype.forEach.call(t,e,r)})}},4:function(e,r,t){"use strict";r.a=function(e){return Array.isArray(e)||null!=e&&null!=e.length}}}).default},"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("forEachAF",[],r):"object"==typeof exports?exports.forEachAF=r():e.forEachAF=r();
//# sourceMappingURL=min.js.map
/*!
* @async-af/foreach/min v5.2.0
* @async-af/foreach/min v5.3.0
*

@@ -12,3 +12,3 @@ * AsyncAF (Async/Await Fun) forEachAF method

*/
var e,r;e="undefined"!=typeof self?self:this,r=function(){return function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=15)}({0:function(e,r,t){"use strict";r.a=function(e){return Array.isArray(e)||null!=e&&null!=e.length}},15:function(e,r,t){"use strict";t.r(r);var n=t(0);r.default=function(e,r){return this.then(t=>{if(!Object(n.a)(t))throw TypeError(`forEachAF cannot be called on ${t}, only on an Array or array-like Object`);return Array.prototype.forEach.call(t,e,r)})}}}).default},"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("forEachAF",[],r):"object"==typeof exports?exports.forEachAF=r():e.forEachAF=r();
var e,r;e="undefined"!=typeof self?self:this,r=function(){return function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=16)}({0:function(e,r,t){"use strict";r.a=function(e){return Array.isArray(e)||null!=e&&null!=e.length}},16:function(e,r,t){"use strict";t.r(r);var n=t(0);r.default=function(e,r){return this.then(t=>{if(!Object(n.a)(t))throw TypeError(`forEachAF cannot be called on ${t}, only on an Array or array-like Object`);return Array.prototype.forEach.call(t,e,r)})}}}).default},"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("forEachAF",[],r):"object"==typeof exports?exports.forEachAF=r():e.forEachAF=r();
//# sourceMappingURL=min.js.map

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "5.2.0",
"version": "5.3.0",
"homepage": "https://async-af.js.org",

@@ -9,0 +9,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc