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 1.2.5 to 1.3.0

1

lib/index.d.ts

@@ -10,3 +10,2 @@ import { Schema } from '@satorijs/core';

}
const Config: Config.Static;
namespace Config {

@@ -13,0 +12,0 @@ interface Network {

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

// satori/packages/satori/src/index.ts
(0, import_cosmokit3.defineProperty)(import_core3.Context, "Config", import_core3.Schema.intersect([]));
(0, import_cosmokit3.defineProperty)(import_core3.Context.Config, "Network", import_core3.Schema.object({

@@ -217,0 +216,0 @@ host: import_core3.Schema.string().default("localhost").description("要监听的 IP 地址。如果将此设置为 `0.0.0.0` 将监听所有地址,包括局域网和公网地址。"),

4

package.json
{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "1.2.5",
"version": "1.3.0",
"main": "lib/index.js",

@@ -35,3 +35,3 @@ "typings": "lib/index.d.ts",

"@koa/router": "^10.1.1",
"@satorijs/core": "^1.2.5",
"@satorijs/core": "1.3.0",
"@types/koa": "*",

@@ -38,0 +38,0 @@ "@types/koa__router": "*",

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