Comparing version 1.0.1 to 1.0.2
{ | ||
"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"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
106336