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

decade

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decade - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "decade",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dead simple HTTP/s Server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/8eecf0d2/honker.git",
"repository": "https://github.com/8eecf0d2/decade.git",
"author": "8eecf0d2 <8eecf0d23d248b0e6223b8a10ddbf1@gmail.com>",

@@ -9,0 +9,0 @@ "license": "ISC",

@@ -9,3 +9,3 @@ # Decade ☄️

This library encourages users to work with built in Node modules and only supports two Http verbs, `GET` and `POST`, because the other ones are trash.
This library encourages users to work with built in Node modules and the built in Router only supports two Http verbs, `GET` and `POST`, because the other ones are trash.

@@ -53,3 +53,3 @@ ### Install

To use a plugin, pass an it into the `Server.plugin` method.
To use a plugin, pass it into the `Server.plugin` method.
```ts

@@ -56,0 +56,0 @@ import { Server } from "decade";

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