You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

run-async

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-async - npm Package Compare versions

Comparing version

to
4.0.1

src/index.d.ts

6

package.json
{
"name": "run-async",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
"main": "index.js",
"main": "src/index.js",
"scripts": {

@@ -20,3 +20,3 @@ "test": "node --test test.js",

"files": [
"index.js"
"src"
],

@@ -23,0 +23,0 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",