New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quansync

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quansync - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

33

package.json
{
"name": "quansync",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.2.1",
"description": "Create sync/async APIs with same, usable logic",
"version": "0.0.1",
"description": "Create sync/async APIs with usable logic",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -16,3 +15,7 @@ "license": "MIT",

"bugs": "https://github.com/antfu/quansync/issues",
"keywords": [],
"keywords": [
"async",
"sync",
"generator"
],
"sideEffects": false,

@@ -28,13 +31,2 @@ "exports": {

],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && pnpm publish",
"start": "tsx src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"devDependencies": {

@@ -61,3 +53,12 @@ "@antfu/eslint-config": "^4.1.1",

"*": "eslint --fix"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp && pnpm publish",
"start": "tsx src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}
}

@@ -9,5 +9,5 @@ # quansync

Create sync/async APIs with same, usable logic.
Create sync/async APIs with usable logic.
**Quan**tum + **Sync** - A "superposition" between `sync` and `async`.
**Quan**tum + **Sync** - "_Superposition_" between `sync` and `async`.

@@ -14,0 +14,0 @@ - Typesafe

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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