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

@remix-run/node

Package Overview
Dependencies
Maintainers
2
Versions
1035
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/node - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0-pre.1

magicExports/esm/remix.js

2

base64.js
/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

{
"name": "@remix-run/node",
"description": "Node.js platform abstractions for Remix",
"version": "1.2.3",
"version": "1.3.0-pre.1",
"license": "MIT",

@@ -15,3 +15,3 @@ "repository": {

"dependencies": {
"@remix-run/server-runtime": "1.2.3",
"@remix-run/server-runtime": "1.3.0-pre.1",
"@types/busboy": "^0.3.1",

@@ -18,0 +18,0 @@ "@types/node-fetch": "^2.5.12",

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -137,3 +137,3 @@ * Copyright (c) Remix Software Inc.

return new Promise((resolve, reject) => {
const buf = [];
let buf = [];
stream.on("data", chunk => buf.push(chunk));

@@ -140,0 +140,0 @@ stream.on("end", () => resolve(Buffer.concat(buf)));

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* @remix-run/node v1.2.3
* @remix-run/node v1.3.0-pre.1
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

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