Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/server

Package Overview
Dependencies
Maintainers
27
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/server - npm Package Compare versions

Comparing version 0.5.0-canary-20241008-90b13ad to 0.5.0-canary-20241018-2a482e3

1

build/middleware/rsc.js

@@ -98,2 +98,3 @@ "use strict";

}
console.error(err);
return new Response(`Unexpected server error rendering RSC: ` + err.message, {

@@ -100,0 +101,0 @@ status: 'statusCode' in err ? err.statusCode : 500,

4

package.json
{
"name": "@expo/server",
"version": "0.5.0-canary-20241008-90b13ad",
"version": "0.5.0-canary-20241018-2a482e3",
"description": "Server API for Expo Router projects",

@@ -45,3 +45,3 @@ "main": "build/index.js",

},
"gitHead": "90b13ad9d0dd3469556ac776d8b74643375b1d97"
"gitHead": "2a482e33d2f94629f6022410c61c3ceeb8e7f26e"
}

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