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

async-source

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-source - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "async-source",
"version": "1.0.4",
"version": "1.0.5",
"description": "async requests wrapper",

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

@@ -1,2 +0,2 @@

#AsyncSource
# AsyncSource
With AsyncSource you can

@@ -12,3 +12,3 @@ * Create stateful reactive data source for asynchronous requests

###Install
### Install
```

@@ -19,3 +19,3 @@ npm install --save async-source

###Usage
### Usage
```javascript

@@ -45,3 +45,3 @@ // javascript

####Parameters
#### Parameters
**Parameter** | **Is required** | **Description**

@@ -52,3 +52,4 @@ --- | --- | ---

delay | false | delay in ms
####Properties(reactive getters)
#### Properties(reactive getters)
**Property** | **Description** | **Type**

@@ -59,3 +60,4 @@ --- | --- | ---

isFetch | Returns *true* after first load | Boolean
####Methods
#### Methods
**Method** | **Description** | **Params**

@@ -68,3 +70,3 @@ --- | --- | ---

####Usage with vue3(composition api)
#### Usage with vue3(composition api)
```vue

@@ -107,3 +109,3 @@ <template>

####Usage with vue2(option api)
#### Usage with vue2(option api)
```vue

@@ -110,0 +112,0 @@ <template>

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