New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@satorijs/satori

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@satorijs/satori - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-rc.0

2

lib/index.js

@@ -107,3 +107,3 @@ var __create = Object.create;

import_core.Quester.prototype.ws = /* @__PURE__ */ __name(function ws(url, options = {}) {
return new import_ws.WebSocket(url, {
return new import_ws.WebSocket(this.resolve(url), {
agent: this.agent(this.config.proxyAgent),

@@ -110,0 +110,0 @@ handshakeTimeout: this.config.timeout,

{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "3.0.0-alpha.2",
"version": "3.0.0-rc.0",
"main": "lib/index.js",

@@ -32,6 +32,6 @@ "typings": "lib/index.d.ts",

"@koa/router": "^10.1.1",
"@satorijs/core": "3.0.0-alpha.2",
"@satorijs/core": "3.0.0-rc.0",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.5",
"@types/ws": "^8.5.6",
"file-type": "^16.5.4",

@@ -45,4 +45,4 @@ "koa": "^2.14.2",

"socks-proxy-agent": "^5.0.1",
"ws": "^8.13.0"
"ws": "^8.14.2"
}
}

Sorry, the diff of this file is not supported yet

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