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

elysia

Package Overview
Dependencies
Maintainers
1
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia - npm Package Compare versions

Comparing version 0.4.12 to 0.4.13

21

package.json
{
"name": "elysia",
"description": "Fast, and friendly Bun web framework",
"version": "0.4.12",
"version": "0.4.13",
"author": {

@@ -87,10 +87,2 @@ "name": "saltyAom",

"license": "MIT",
"scripts": {
"test": "bun test",
"dev": "bun run --hot example/http.ts",
"build": "rimraf dist && swc src -d dist && tsc --project tsconfig.esm.json",
"prepublishOnly": "npm run build && npm run test",
"release": "bunx bumpp package.json --commit --push --tag",
"release:local": "npm run build && npm run test && npm publish"
},
"dependencies": {

@@ -131,3 +123,12 @@ "@sinclair/typebox": "0.26.8",

}
},
"scripts": {
"test": "bun test",
"dev": "bun run --hot example/http.ts",
"build": "rimraf dist && swc src -d dist && tsc --project tsconfig.esm.json",
"release": "npm run release:test && npm run release:github && npm publish",
"release:test": "npm run build && npm run test",
"release:github": "bunx bumpp package.json --commit --push --tag",
"release:npm": "npm run build && npm run test && npm publish"
}
}
}
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