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
933
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-experimental-f8784e54 to 0.0.0-nightly-1562c4c-20220519

crypto.ts

11

package.json
{
"name": "@remix-run/deno",
"version": "0.0.0-nightly-1562c4c-20220519",
"description": "Deno platform abstractions for Remix",
"version": "0.0.0-experimental-f8784e54",
"homepage": "https://remix.run",
"license": "MIT",
"main": "./index.js",
"module": "./esm/index.js",
"repository": {

@@ -16,7 +15,7 @@ "type": "git",

},
"sideEffects": false,
"dependencies": {
"@remix-run/server-runtime": "0.0.0-experimental-f8784e54",
"@remix-run/server-runtime": "0.0.0-nightly-1562c4c-20220519",
"mime": "^3.0.0"
},
"sideEffects": false
}
}

@@ -1,13 +0,14 @@

# Welcome to Remix!
# @remix-run/deno
[Remix](https://remix.run) is a web framework that helps you build better websites with React.
This package contains a Deno module that provides abstractions for Remix.
To get started, open a new shell and run:
For more, see the [Remix docs](https://remix.run/docs/).
```sh
$ npx create-remix@latest
```
## Install
Then follow the prompts you see in your terminal.
Installation is done via `npm`, but the code itself is Deno source code.
Read more about [why we use `npm` to manage dependencies for Deno projects](https://github.com/remix-run/remix/blob/main/docs/decisions/0001-use-npm-to-manage-npm-dependencies-for-deno-projects.md) in Remix.
For more information about Remix, [visit remix.run](https://remix.run)!
```sh
npm install @remix-run/deno
```
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