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

atomic-router

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-router - npm Package Compare versions

Comparing version 0.5.0-dev.14 to 0.5.0-dev.15

2

dist/create-route.d.ts

@@ -6,3 +6,3 @@ import { Store } from 'effector';

};
export declare const createRoute: <Params extends Record<string, any>>(params?: createRouteParams) => RouteInstance<Params>;
export declare const createRoute: <Params extends Record<string, any> = {}>(params?: createRouteParams) => RouteInstance<Params>;
export {};
{
"version": "0.5.0-dev.14",
"version": "0.5.0-dev.15",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

@@ -22,3 +22,3 @@ import {

export const createRoute = <Params extends RouteParams>(
export const createRoute = <Params extends RouteParams = {}>(
params: createRouteParams = {}

@@ -25,0 +25,0 @@ ) => {

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