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

remix

Package Overview
Dependencies
Maintainers
1
Versions
1083
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.18.0-pre.0 to 0.18.0-pre.1

1

browser/index.js
// Copyright © 2021 React Training LLC. All rights reserved.
export * from './client';
export * from './server';
export * from './platform';
// Copyright © 2021 React Training LLC. All rights reserved.
export * from "./client";
export * from "./server";
export * from "./platform";

@@ -8,2 +8,3 @@ // Copyright © 2021 React Training LLC. All rights reserved.

var server = require('./server');
var platform = require('./platform');

@@ -28,1 +29,9 @@

});
Object.keys(platform).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () {
return platform[k];
}
});
});

2

package.json
{
"name": "remix",
"description": "A framework for building better websites",
"version": "0.18.0-pre.0",
"version": "0.18.0-pre.1",
"homepage": "https://remix.run",

@@ -6,0 +6,0 @@ "main": "index.js",

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