New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remix-run/dev

Package Overview
Dependencies
Maintainers
2
Versions
1045
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/dev - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

build.js
/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

#!/usr/bin/env node
/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

// browser build and it's not there yet.
if (id === "./assets.json" && importer === "<stdin>") return true; // Mark all bare imports as external. They will be require()'d (or imported if esm) at
// runtime from node_modules.
if (id === "./assets.json" && importer === "<stdin>") return true; // Mark all bare imports as external. They will be require()'d (or
// imported if ESM) at runtime from node_modules.

@@ -357,8 +357,10 @@ if (isBareModuleId(id)) {

options.onWarning(`The path "${id}" is imported in ` + `${path__namespace.relative(process.cwd(), importer)} but ` + `${packageName} is not listed in your package.json dependencies. ` + `Did you forget to install it?`, packageName);
} // include .css files from node_modules in the build
// so we can get a hashed file name to put into the HTML
} // Include .css files from node_modules in the build so we can get a
// hashed file name to put into the HTML.
if (id.endsWith(".css")) return false; // include "remix" in the build so the server runtime (node) doesn't have to try
// to find the magic exports
if (id.endsWith(".css")) return false; // Include "remix" in the build so the server runtime (node) doesn't
// have to try to find the magic exports at runtime. This essentially
// translates all `import x from "remix"` statements into `import x
// from "@remix-run/x"` in the build.

@@ -365,0 +367,0 @@ if (packageName === "remix") return false;

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

{
"name": "@remix-run/dev",
"description": "Dev tools and CLI for Remix",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.1
*

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

/**
* @remix-run/dev v1.1.0
* @remix-run/dev v1.1.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