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

boring-router

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boring-router - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

bld/library/schema.d.ts

@@ -21,2 +21,2 @@ import { Dict } from 'tslang';

export declare type GroupToRouteSchemaDictDict = Dict<RouteSchemaDict>;
export declare function schema<T extends RouteSchemaDict>(schema: T): T;
export declare function schema<T extends RouteSchema>(schema: T): T;
{
"name": "boring-router",
"version": "0.4.0",
"version": "0.4.1",
"description": "A type-safe MobX router with parallel routing support.",

@@ -36,3 +36,3 @@ "repository": {

},
"gitHead": "4d4772f9f24a1c9719302fc490877e11520e412f"
"gitHead": "4320e9f308883bbbaa0be18f8ca76c70bd5fb30f"
}

@@ -25,4 +25,4 @@ import {Dict} from 'tslang';

export function schema<T extends RouteSchemaDict>(schema: T): T {
export function schema<T extends RouteSchema>(schema: T): T {
return schema;
}

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