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

@kakasoo/t-express

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakasoo/t-express - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@kakasoo/t-express",
"version": "1.0.0",
"version": "1.0.1",
"description": "ES6 style of express.js. Clone coding of server framework.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -20,3 +20,3 @@ # T-Express

const http = require("http");
const TExpress = require("TExpress");
const TExpress = require("@kakasoo/t-express");

@@ -51,4 +51,5 @@ const app = TExpress();

# if you're Korean...
Maybe this is good for you.
[Express는 어떻게 만들어졌을까? : Router, Route, Layer](https://velog.io/@kakasoo/Express%EB%8A%94-%EC%96%B4%EB%96%BB%EA%B2%8C-%EB%A7%8C%EB%93%A4%EC%96%B4%EC%A1%8C%EC%9D%84%EA%B9%8C)
[Express는 어떻게 만들어졌을까? : 미들웨어 편](https://velog.io/@kakasoo/Express%EB%8A%94-%EC%96%B4%EB%96%BB%EA%B2%8C-%EB%A7%8C%EB%93%A4%EC%96%B4%EC%A1%8C%EC%9D%84%EA%B9%8C-2)
[Express는 어떻게 만들어졌을까? : 미들웨어 편](https://velog.io/@kakasoo/Express%EB%8A%94-%EC%96%B4%EB%96%BB%EA%B2%8C-%EB%A7%8C%EB%93%A4%EC%96%B4%EC%A1%8C%EC%9D%84%EA%B9%8C-2)
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