Socket
Socket
Sign inDemoInstall

quidproquo-webserver

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quidproquo-webserver - npm Package Compare versions

Comparing version 0.0.182 to 0.0.183

4

lib/commonjs/config/types/ResponseSecurityHeaders.d.ts

@@ -61,2 +61,6 @@ export declare enum HeadersFrameOption {

service?: string;
/**
* The protocol to use, defaults to https
*/
protocol?: 'http' | 'https' | 'ws' | 'wss';
}

@@ -63,0 +67,0 @@ /**

6

package.json
{
"name": "quidproquo-webserver",
"version": "0.0.182",
"version": "0.0.183",
"description": "",

@@ -29,8 +29,8 @@ "main": "./lib/commonjs/index.js",

"@anthropic-ai/sdk": "^0.19.1",
"quidproquo-core": "0.0.182"
"quidproquo-core": "0.0.183"
},
"devDependencies": {
"quidproquo-tsconfig": "0.0.182",
"quidproquo-tsconfig": "0.0.183",
"typescript": "^4.9.3"
}
}
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