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.1 to 3.0.2

8

dist/module.js
/**
* @name @jsweb/asyncs
* @version 3.0.1
* @version 3.0.2
* @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:40:56
* @modify date 2018-10-13 20:45:10
* @example

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

*
* @export
* @export {function}
* @param {string} url

@@ -266,3 +266,3 @@ * @param {RequestInit} [cfg={}]

*
* @export
* @export {function}
* @param {string} url

@@ -269,0 +269,0 @@ * @param {RequestInit} [cfg]

/**
* @name @jsweb/asyncs
* @version 3.0.1
* @version 3.0.2
* @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:40:56
* @modify date 2018-10-13 20:45:10
* @example

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

{
"name": "@jsweb/asyncs",
"version": "3.0.1",
"version": "3.0.2",
"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:40:56
**Version**: 3.0.1
**Modify**: date 2018-10-13 20:45:10
**Version**: 3.0.2
**Author**: Alex Bruno <git.alexbr@outlook.com>

@@ -216,3 +216,3 @@ **Example**

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

@@ -231,3 +231,3 @@ | Param | Type | Default |

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

@@ -234,0 +234,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