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

awai

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awai - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-alpha-1

dist/index.d.ts

40

package.json
{
"name": "awai",
"version": "0.0.0",
"description": "Promise-based state management",
"version": "0.0.1-alpha-1",
"author": "Yuriy Yakym",
"description": "State management library",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"type": "module",
"files": ["dist"],
"scripts": {
"build": "rm -rf dist && rollup -c rollup.config.js",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuriyyakym/awai.git"
},
"bugs": {
"url": "https://github.com/yuriyyakym/awai/issues"
},
"keywords": [
"state",
"store"
"library",
"typescript",
"javascript",
"promise",
"async"
],
"author": "Yuriy Yakym",
"license": "MIT"
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"rollup": "^3.20.6",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}
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