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

asygen

Package Overview
Dependencies
Maintainers
1
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asygen - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

16

package.json
{
"name": "asygen",
"version": "0.0.11",
"description": "0-Deps, simple and fast async generator library for browser and NodeJS",
"version": "0.0.12",
"type": "module",
"main": "build/index.cjs",
"module": "build/index.js",
"types": "build/index.d.ts",

@@ -14,6 +15,5 @@ "files": [

],
"module": "build/index.js",
"sideEffects": false,
"scripts": {
"build": "rm -rf build && inop src build -i __tests__ && tsc --declaration --emitDeclarationOnly",
"build": "rm -rf build && inop src build -p -i __tests__ && tsc --declaration --emitDeclarationOnly",
"test": "jest",

@@ -54,11 +54,11 @@ "test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs"

"devDependencies": {
"@swc/core": "^1.3.42",
"@swc/core": "^1.3.44",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"fast-glob": "^3.2.12",
"inop": "^0.0.8",
"inop": "^0.1.1",
"jest": "^29.5.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
}
}
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