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

manifold-dx-redirect-dx

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manifold-dx-redirect-dx - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

dist/src/index.d.ts

@@ -1,2 +0,2 @@

import { RedirectDx, getHistory, factory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx';
export { RedirectDx, factory, WithRouterRedirectDx, RedirectDxProps, getHistory };
import { RedirectDx, getHistory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx';
export { RedirectDx, WithRouterRedirectDx, RedirectDxProps, getHistory };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHistory = exports.WithRouterRedirectDx = exports.factory = exports.RedirectDx = void 0;
exports.getHistory = exports.WithRouterRedirectDx = exports.RedirectDx = void 0;
var RedirectDx_1 = require("./RedirectDx");
Object.defineProperty(exports, "RedirectDx", { enumerable: true, get: function () { return RedirectDx_1.RedirectDx; } });
Object.defineProperty(exports, "getHistory", { enumerable: true, get: function () { return RedirectDx_1.getHistory; } });
Object.defineProperty(exports, "factory", { enumerable: true, get: function () { return RedirectDx_1.factory; } });
Object.defineProperty(exports, "WithRouterRedirectDx", { enumerable: true, get: function () { return RedirectDx_1.WithRouterRedirectDx; } });
//# sourceMappingURL=index.js.map

@@ -34,3 +34,2 @@ import * as React from 'react';

export declare const WithRouterRedirectDx: React.ComponentClass<WithRouterViewProps>;
export declare const factory: React.CFactory<Pick<RouteRedirectDxViewProps, "push" | "path" | "exact" | "strict" | "to" | "from" | "initializing" | "historyMax">, React.Component<Pick<RouteRedirectDxViewProps, "push" | "path" | "exact" | "strict" | "to" | "from" | "initializing" | "historyMax">, any, any>>;
/**

@@ -37,0 +36,0 @@ * The component the app should subclass to redirect based upon the URL as maintained in manifold-dx's app state.

@@ -40,3 +40,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RedirectDx = exports.factory = exports.WithRouterRedirectDx = exports.RedirectDxView = exports.render = exports.getHistory = void 0;
exports.RedirectDx = exports.WithRouterRedirectDx = exports.RedirectDxView = exports.render = exports.getHistory = void 0;
var React = require("react");

@@ -123,3 +123,2 @@ var react_router_1 = require("react-router");

exports.WithRouterRedirectDx = react_router_1.withRouter(exports.RedirectDxView);
exports.factory = React.createFactory(exports.WithRouterRedirectDx);
/**

@@ -126,0 +125,0 @@ * The component the app should subclass to redirect based upon the URL as maintained in manifold-dx's app state.

{
"name": "manifold-dx-redirect-dx",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

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

import {
RedirectDx,
getHistory,
factory,
RedirectDxProps,
WithRouterRedirectDx
} from './RedirectDx'
import { RedirectDx, getHistory, RedirectDxProps, WithRouterRedirectDx } from './RedirectDx'
export { RedirectDx, factory, WithRouterRedirectDx, RedirectDxProps, getHistory }
export { RedirectDx, WithRouterRedirectDx, RedirectDxProps, getHistory }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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