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

aceink

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aceink - npm Package Compare versions

Comparing version 1.0.0 to 3.0.1

6

package.json
{
"name": "aceink",
"version": "1.0.0",
"version": "3.0.1",
"description": "Async tools",

@@ -69,3 +69,3 @@ "type": "module",

"prepublishOnly": "npm run build",
"test": "vitest --run"
"test": "vitest src --run"
},

@@ -143,2 +143,2 @@ "files": [

}
}
}

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

## a-sink
## aceink

@@ -20,3 +20,3 @@ Useful async tools.

Get it on npm: `npm install a-sink`
Get it on npm: `npm install aceink`

@@ -29,3 +29,3 @@ See the generated documentation [here](/docs/modules.md)

```javascript
import { q } from 'a-sink'
import { q } from 'aceink'

@@ -49,3 +49,3 @@ const { ready, add, empty } = q(10)

```javascript
import { gowait, delay } from 'a-sink'
import { gowait, delay } from 'aceink'

@@ -52,0 +52,0 @@ const [err, value] = await gowait(delay(100, 42))

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