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

typed-routes-generator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-routes-generator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "typed-routes-generator",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generate typed routes from yaml file",

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

@@ -17,3 +17,3 @@ # Typed routes generator

```
```yaml
mainRoutes:

@@ -36,3 +36,3 @@ firstLevel:

```
```typescript
export const mainRoutes = {

@@ -59,5 +59,5 @@ firstLevel: {

```
```typescript
websiteRoutes.product.detail({ detail: 'product-id' });
// Output: /products/product-id
```
```
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