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

@jsweb/asyncs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsweb/asyncs - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

dist/module.js
/**
* @name @jsweb/asyncs
* @version 3.0.2
* @version 3.0.3
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction
* @author Alex Bruno <git.alexbr@outlook.com>
* @create date 2016-06-25 03:14:48
* @modify date 2018-10-13 20:45:10
* @modify date 2018-10-13 21:07:09
* @example

@@ -27,3 +27,3 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs'

*
* @export
* @export {function}
* @param {function} fn

@@ -30,0 +30,0 @@ * @param {arguments} args

/**
* @name @jsweb/asyncs
* @version 3.0.2
* @version 3.0.3
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction
* @author Alex Bruno <git.alexbr@outlook.com>
* @create date 2016-06-25 03:14:48
* @modify date 2018-10-13 20:45:10
* @modify date 2018-10-13 21:07:09
* @example

@@ -9,0 +9,0 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs'

{
"name": "@jsweb/asyncs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Simple JS module for Promise and Fetch APIs, with some useful abstraction",

@@ -5,0 +5,0 @@ "main": "dist/umd.js",

@@ -6,4 +6,4 @@ # @jsweb/asyncs

**Create**: date 2016-06-25 03:14:48
**Modify**: date 2018-10-13 20:45:10
**Version**: 3.0.2
**Modify**: date 2018-10-13 21:07:09
**Version**: 3.0.3
**Author**: Alex Bruno <git.alexbr@outlook.com>

@@ -19,3 +19,3 @@ **Example**

**Export**:
**Export**: <code>function</code>

@@ -22,0 +22,0 @@ | Param | Type |

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