Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codeplaydata/adapters

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codeplaydata/adapters - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

package.json
{
"name": "@codeplaydata/adapters",
"version": "0.4.4",
"version": "0.4.5",
"type": "module",

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

@@ -5,3 +5,3 @@ <div align="center">

![](./assets/adapters-dark-logo.png)
![](./assets/adapters-white-logo.png)

@@ -47,6 +47,8 @@ </div>

<br>
### Fetch
```typescript
import { Fetch } form "@codeplaydata/adapters";
import { Fetch } from "@codeplaydata/adapters";

@@ -57,2 +59,17 @@ const httpClient = new Fetch();

```
```
<br>
### GenericQueue
```typescript
import { GenericQueue } from "@codeplaydata/adapters";
const localstorage = new LocalStorage();
const queue = new GenericQueue(localstorage, 2);
queue.query(/.../);
```
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