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

async_fn

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async_fn - npm Package Compare versions

Comparing version 1.0.0-rc1 to 1.0.0-rc2

dist/async-fn.js

19

package.json
{
"name": "async_fn",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>",
"description": "One-function library for calling asynchronous functions one by one in a queue",
"main": "dist/index.umd.js",
"type": "module",
"main": "dist/async-fn.umd.cjs",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",

@@ -14,3 +21,5 @@ "jest-environment-jsdom": "^29.7.0",

"ts-node": "^10.9.2",
"vite": "^5.4.6"
"typescript": "^5.4.2",
"vite": "^5.4.6",
"vite-plugin-dts": "^4.2.1"
},

@@ -22,3 +31,5 @@ "engine": {

"build": "vite build",
"test": "jest"
"prepublishOnly": "npm run typecheck",
"test": "jest",
"typecheck": "tsc"
},

@@ -25,0 +36,0 @@ "license": "MIT",

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