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.3 to 0.1.4

index.js.flow

4

lib/index.js
"use strict";
const nextMiddleware = (a, b) => {
b(a);
const nextMiddleware = (error, next) => {
next(error);
};

@@ -6,0 +6,0 @@

{
"name": "a-wait-forit",
"version": "0.1.3",
"description": "",
"version": "0.1.4",
"description": "Async/await without try/catch",
"keywords": [

@@ -23,2 +23,3 @@ "Promise",

"files": [
"index.js.flow",
"lib"

@@ -32,4 +33,4 @@ ],

"scripts": {
"prepublishOnly": "babel src --config-file ./.babelrc.json -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
"prepublishOnly": "npm run test && babel src --config-file ./.babelrc.json -d lib",
"test": "flow check"
},

@@ -36,0 +37,0 @@ "devDependencies": {

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