Socket
Socket
Sign inDemoInstall

a-wait-forit

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "a-wait-forit",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,3 +17,3 @@ Async/await without try/catch.

const [ err, data ] = await forit(fetchSomething())
// assert.equal(err, undefiend)
// assert.equal(err, undefined)
// assert.ok(data)

@@ -20,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc