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
922
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 2.11.0-pre.2 to 2.11.0

20

CHANGELOG.md
# `@remix-run/deno`
## 2.11.0-pre.2
## 2.11.0
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.11.0-pre.2`
## 2.11.0-pre.1
### Patch Changes
- Updated dependencies:
- `@remix-run/server-runtime@2.11.0-pre.1`
## 2.11.0-pre.0
### Minor Changes
- Add a new `unstable_data()` API for usage with Remix Single Fetch ([#9769](https://github.com/remix-run/remix/pull/9769))
- 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))

@@ -27,3 +13,3 @@

- Updated dependencies:
- `@remix-run/server-runtime@2.11.0-pre.0`
- `@remix-run/server-runtime@2.11.0`

@@ -30,0 +16,0 @@ ## 2.10.3

4

package.json
{
"name": "@remix-run/deno",
"version": "2.11.0-pre.2",
"version": "2.11.0",
"description": "Deno platform abstractions for Remix",

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

"mime": "^3.0.0",
"@remix-run/server-runtime": "2.11.0-pre.2"
"@remix-run/server-runtime": "2.11.0"
},

@@ -22,0 +22,0 @@ "peerDependencies": {

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