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

@remix-run/deno

Package Overview
Dependencies
Maintainers
2
Versions
926
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/deno - npm Package Compare versions

Comparing version 0.0.0-nightly-df59cc6-20240229 to 0.0.0-nightly-dfc3401f7-20240815

84

CHANGELOG.md
# `@remix-run/deno`
## 2.11.1
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.11.1`
## 2.11.0
### Minor Changes
- Single Fetch: Add a new `unstable_data()` API as a replacement for
`json`/`defer` when custom `status`/`headers` are needed
([#9769](https://github.com/remix-run/remix/pull/9769))
- Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that
performs a `history.replaceState` instead of a `history.pushState` on
client-side navigation redirects
([#9764](https://github.com/remix-run/remix/pull/9764))
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.11.0`
## 2.10.3
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.10.3`
## 2.10.2
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.10.2`
## 2.10.1
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.10.1`
## 2.10.0
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.10.0`
## 2.9.2
### Patch Changes
- Typesafety for single-fetch: `defineLoader`, `defineClientLoader`,
`defineAction`, `defineClientAction`
([#9372](https://github.com/remix-run/remix/pull/9372),
[#9404](https://github.com/remix-run/remix/pull/9404))
- Updated dependencies:
- `@remix-run/server-runtime@2.9.2`
## 2.9.1
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.9.1`
## 2.9.0
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.9.0`
## 2.8.1
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.8.1`
## 2.8.0

@@ -4,0 +88,0 @@

4

index.ts

@@ -27,4 +27,8 @@ import "./globals.ts";

redirectDocument,
replace,
unstable_composeUploadHandlers,
unstable_createMemoryUploadHandler,
unstable_data,
unstable_defineAction,
unstable_defineLoader,
unstable_parseMultipartFormData,

@@ -31,0 +35,0 @@ } from "@remix-run/server-runtime";

6

package.json
{
"name": "@remix-run/deno",
"version": "0.0.0-nightly-df59cc6-20240229",
"version": "0.0.0-nightly-dfc3401f7-20240815",
"description": "Deno platform abstractions for Remix",

@@ -18,3 +18,3 @@ "homepage": "https://remix.run",

"dependencies": {
"@remix-run/server-runtime": "0.0.0-nightly-df59cc6-20240229",
"@remix-run/server-runtime": "0.0.0-nightly-dfc3401f7-20240815",
"mime": "^3.0.0"

@@ -33,2 +33,2 @@ },

}
}
}
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