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

react-route-generator

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-route-generator - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

8

dist/generate/generateAppRoutes/generateRouteCreatorFile.js

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

params: P;
urlQuery?: Record<string, string>;
urlQuery?: Partial<Record<string, string>>;
}

@@ -40,3 +40,3 @@

children: React.ReactNode;
urlQuery?: Record<string, string>;
urlQuery?: Partial<Record<string, string>>;
}

@@ -68,3 +68,3 @@

params: P;
urlQuery?: Record<string, string>;
urlQuery?: Partial<Record<string, string>>;
}

@@ -147,3 +147,3 @@

pattern: string;
generate: (inputParams: P, urlQuery?: Record<string,string>) => string;
generate: (inputParams: P, urlQuery?: Partial<Record<string, string>>) => string;
${interfaceLinkRow}

@@ -150,0 +150,0 @@ ${interfaceReactRouterRows}

{
"name": "react-route-generator",
"version": "0.0.25",
"version": "0.0.26",
"description": "Route generator",

@@ -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