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

@expo/server

Package Overview
Dependencies
Maintainers
26
Versions
80
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

to
0.4.3

build/assertion.d.ts

11

build/environment.d.ts

@@ -0,1 +1,2 @@

import './assertion';
declare const Response: {

@@ -24,6 +25,12 @@ prototype: Response;

export declare const ExpoResponse: {
new (input: URL | RequestInfo, init?: RequestInit | undefined): Request;
prototype: Request;
new (body?: BodyInit | null, init?: ResponseInit): Response;
prototype: Response;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/error_static) */
error(): Response;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static) */
json(data: any, init?: ResponseInit): Response;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/redirect_static) */
redirect(url: string | URL, status?: number): Response;
};
export declare function installGlobals(): void;
export {};

3

build/environment.js

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

/* eslint-disable no-var */
require("./assertion");
const node_1 = require("@remix-run/node");

@@ -10,3 +11,3 @@ /** @deprecated */

/** @deprecated */
exports.ExpoResponse = Request;
exports.ExpoResponse = Response;
function installGlobals() {

@@ -13,0 +14,0 @@ (0, node_1.installGlobals)();

{
"name": "@expo/server",
"version": "0.4.2",
"version": "0.4.3",
"description": "Server API for Expo Router projects",

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

},
"gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
"gitHead": "2893e9cba95261919532de0675468c601b87b017"
}

Sorry, the diff of this file is not supported yet