Socket
Socket
Sign inDemoInstall

@orion-js/http

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/http - npm Package Compare versions

Comparing version 3.0.0-alpha.24 to 3.0.0

4

lib/routes/route.test.js

@@ -12,3 +12,3 @@ "use strict";

describe('Test routes', () => {
test('It should response a http get request with a custom status code', async () => {
test('It should reply a http get request with a custom status code', async () => {
const test = { hello: 'world' };

@@ -53,3 +53,3 @@ const testRoute = (0, route_1.default)({

// test a http get request with query params
test('It should response a http get request with query params', async () => {
test('It should reply a http get request with query params', async () => {
const testRoute = (0, route_1.default)({

@@ -56,0 +56,0 @@ path: '/test4',

{
"name": "@orion-js/http",
"version": "3.0.0-alpha.24",
"version": "3.0.0",
"main": "lib/index.js",

@@ -19,5 +19,5 @@ "types": "lib/index.d.ts",

"dependencies": {
"@orion-js/helpers": "^3.0.0-alpha.23",
"@orion-js/resolvers": "^3.0.0-alpha.24",
"@orion-js/schema": "^3.0.0-alpha.23",
"@orion-js/helpers": "^3.0.0",
"@orion-js/resolvers": "^3.0.0",
"@orion-js/schema": "^3.0.0",
"body-parser": "1.19.0",

@@ -42,3 +42,3 @@ "express": "4.17.1"

},
"gitHead": "d9fcdd4b2492dbedc64e8a36e87577f54c171af1"
"gitHead": "27bda585ffc16d92c70c958227605f3b61171c64"
}
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