Socket
Socket
Sign inDemoInstall

remix

Package Overview
Dependencies
Maintainers
1
Versions
1056
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix - npm Package Compare versions

Comparing version 0.0.0-nightly-9af8868-20230412 to 0.0.0-nightly-9c330576f-20240828

10

dist/esm/index.js
/**
* remix v0.0.0-nightly-9af8868-20230412
* remix v0.0.0-nightly-9c330576f-20240828
*

@@ -12,9 +12,9 @@ * Copyright (c) Remix Software Inc.

// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occurring
class RemixNotSetupError extends Error {
class RemixPackageNotUsedError extends Error {
constructor() {
super("Did you forget to run `remix setup` for your platform?");
super("The `remix` package is no longer used for Remix modules and should be removed " + "from your project dependencies. See " + "https://github.com/remix-run/remix/releases/tag/remix%402.0.0" + " for more information.");
}
}
throw new RemixNotSetupError();
throw new RemixPackageNotUsedError();
export { RemixNotSetupError };
export { RemixPackageNotUsedError };

@@ -1,3 +0,3 @@

export declare class RemixNotSetupError extends Error {
export declare class RemixPackageNotUsedError extends Error {
constructor();
}
/**
* remix v0.0.0-nightly-9af8868-20230412
* remix v0.0.0-nightly-9c330576f-20240828
*

@@ -16,9 +16,9 @@ * Copyright (c) Remix Software Inc.

// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occurring
class RemixNotSetupError extends Error {
class RemixPackageNotUsedError extends Error {
constructor() {
super("Did you forget to run `remix setup` for your platform?");
super("The `remix` package is no longer used for Remix modules and should be removed " + "from your project dependencies. See " + "https://github.com/remix-run/remix/releases/tag/remix%402.0.0" + " for more information.");
}
}
throw new RemixNotSetupError();
throw new RemixPackageNotUsedError();
exports.RemixNotSetupError = RemixNotSetupError;
exports.RemixPackageNotUsedError = RemixPackageNotUsedError;

@@ -1,7 +0,22 @@

Copyright 2021 Remix Software Inc.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copyright (c) Remix Software Inc. 2020-2021
Copyright (c) Shopify Inc. 2022-2024
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "remix",
"version": "0.0.0-nightly-9af8868-20230412",
"version": "0.0.0-nightly-9c330576f-20240828",
"description": "A framework for building better websites",

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

"engines": {
"node": ">=14"
"node": ">=18.0.0"
},

@@ -28,3 +28,6 @@ "files": [

"README.md"
]
}
],
"scripts": {
"tsc": "tsc"
}
}

@@ -0,1 +1,8 @@

# Deprecated
The `remix` package is no longer used for Remix modules. It was [officially deprecated in v1.6.0](https://github.com/remix-run/remix/releases/tag/v1.6.0) then finally [removed in v2.0.0](https://github.com/remix-run/remix/releases/tag/remix@2.0.0). This package should be removed from your project dependencies if you have it installed.
For stats about Remix, please consider referring to @remix-run/router or @remix
-run/server-runtime instead.
# Welcome to Remix!

@@ -2,0 +9,0 @@

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