Socket
Socket
Sign inDemoInstall

@orion-js/http

Package Overview
Dependencies
67
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11

16

package.json
{
"name": "@orion-js/http",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "lib/index.js",

@@ -12,12 +12,16 @@ "types": "lib/index.d.ts",

"scripts": {
"test": "jest",
"test": "exit 0",
"prepare": "yarn run build",
"build": "tsc",
"watch": "tsc -w"
"clean": "rm -rf ./lib",
"build": "yarn run clean && tsc",
"watch": "yarn run clean && tsc -w"
},
"dependencies": {
"@orion-js/helpers": "^3.0.0-alpha.9",
"@orion-js/helpers": "^3.0.0-alpha.11",
"@orion-js/resolvers": "^3.0.0-alpha.11",
"@orion-js/schema": "^3.0.0-alpha.11",
"express": "4.17.1"
},
"devDependencies": {
"@shelf/jest-mongodb": "^2.1.0",
"@types/express": "4.17.13",

@@ -33,3 +37,3 @@ "@types/jest": "^27.0.2",

},
"gitHead": "5161d1a4cf0f211cc44a83df48bc0dec157ee892"
"gitHead": "7f7fb73a75f6f233c7a868ae0dda870fb70fe7c3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc