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.12.0 to 2.12.1-pre.0

21

CHANGELOG.md
# `@remix-run/deno`
## 2.12.1-pre.0
### Patch Changes
- Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#9982](https://github.com/remix-run/remix/pull/9982))
- Updated dependencies:
- `@remix-run/server-runtime@2.12.1-pre.0`
## 2.12.0

@@ -7,8 +15,11 @@

- Single Fetch: Improved typesafety ([#9893](https://github.com/remix-run/remix/pull/9893))
- Single Fetch: Improved typesafety
([#9893](https://github.com/remix-run/remix/pull/9893))
If you were already using previously released unstable single-fetch types:
- Remove `"@remix-run/react/future/single-fetch.d.ts"` override from `tsconfig.json` > `compilerOptions` > `types`
- Remove `defineLoader`, `defineAction`, `defineClientLoader`, `defineClientAction` helpers from your route modules
- Remove `"@remix-run/react/future/single-fetch.d.ts"` override from
`tsconfig.json` > `compilerOptions` > `types`
- Remove `defineLoader`, `defineAction`, `defineClientLoader`,
`defineClientAction` helpers from your route modules
- Replace `UIMatch_SingleFetch` type helper with `UIMatch`

@@ -39,3 +50,5 @@ - Replace `MetaArgs_SingleFetch` type helper with `MetaArgs`

For more information, see [Guides > Single Fetch](https://remix.run/docs/en/dev/guides/single-fetch) in our docs.
For more information, see
[Guides > Single Fetch](https://remix.run/docs/en/dev/guides/single-fetch) in
our docs.

@@ -42,0 +55,0 @@ - Updated dependencies:

@@ -46,2 +46,3 @@ import "./globals.ts";

ErrorResponse,
Future,
HandleDataRequestFunction,

@@ -48,0 +49,0 @@ HandleDocumentRequestFunction,

4

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

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

"mime": "^3.0.0",
"@remix-run/server-runtime": "2.12.0"
"@remix-run/server-runtime": "2.12.1-pre.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