Socket
Socket
Sign inDemoInstall

@orion-js/http

Package Overview
Dependencies
Maintainers
3
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.2.8 to 3.2.9

4

lib/service/index.js

@@ -23,5 +23,5 @@ "use strict";

...options,
resolve: async (params, viewer) => {
resolve: async (req, res, viewer) => {
const instance = (0, services_1.getInstance)(target.service);
return await instance[propertyKey](params, viewer);
return await instance[propertyKey](req, res, viewer);
}

@@ -28,0 +28,0 @@ });

{
"name": "@orion-js/http",
"version": "3.2.8",
"version": "3.2.9",
"main": "lib/index.js",

@@ -45,3 +45,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "9380aba023b0b9b241184f6063db91eff8c005bf"
"gitHead": "5d496e3aead1d47629fb54ef78d169ca4dc1b1e5"
}
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