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

react-isomorphic-tools

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-isomorphic-tools - npm Package Compare versions

Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8

8

dist/Data/Fetcher.js

@@ -67,5 +67,3 @@ 'use strict';

case 13:
throw new Error({
error: 'Type \'' + type + '\' - is not supported in Fetcher'
});
throw new Error('Type \'' + type + '\' - is not supported in the Fetcher');

@@ -111,3 +109,3 @@ case 14:

_context.t1 = _context['catch'](16);
throw new Error({
throw {
type: 'notAvailableResource',

@@ -121,3 +119,3 @@ params: {

e: _context.t1
});
};

@@ -124,0 +122,0 @@ case 33:

@@ -103,7 +103,7 @@ 'use strict';

redirect: function redirect(props) {
throw new Error({
throw {
code: 303,
to: props,
type: 'redirect'
});
};
}

@@ -110,0 +110,0 @@ });

{
"name": "react-isomorphic-tools",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"description": "Authorization, Fetcher, Preload. Tools for ServerSide rendering",

@@ -5,0 +5,0 @@ "main": "./dist/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