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 2.0.0 to 2.0.1

4

lib/index.js

@@ -91,4 +91,4 @@ var __create = Object.create;

const result = await (0, import_file_type.fromBuffer)(data);
const name = "file" + (result ? "." + result.ext : "");
return { mime: result == null ? void 0 : result.mime, filename: name, data };
const filename = "file" + (result ? "." + result.ext : "");
return { mime: result == null ? void 0 : result.mime, filename, data };
}

@@ -95,0 +95,0 @@ if (url.startsWith("file://")) {

{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "2.0.0",
"version": "2.0.1",
"main": "lib/index.js",

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

"@koa/router": "^10.1.1",
"@satorijs/core": "2.0.0",
"@satorijs/core": "2.0.1",
"@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