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

typed-routes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-routes - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.d.ts

4

package.json
{
"name": "typed-routes",
"version": "0.1.0",
"version": "0.1.1",
"description": "Routes with TypeScript support",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"files": [
"src"
"lib"
]
}
typed-routes
============
[![Build Status](https://travis-ci.org/esperco/typed-routes.svg?branch=master)](https://travis-ci.org/esperco/typed-routes)
[![npm version](https://badge.fury.io/js/typed-routes.svg)](https://badge.fury.io/js/typed-routes)

@@ -62,6 +63,5 @@ Routes with TypeScript support.

Types are just an object with a parse and stringify function. For example,
Types are just an object with parse and stringify functions. For example,
this is the definition of the `DateTimeParam` type, which converts a Date
to milliseconds since epoch. You can provide your own types for more
customized behavior (such as returning a default value is one is undefined).
to milliseconds since epoch.

@@ -78,2 +78,5 @@ ```ts

You can provide your own types for more
customized behavior (such as returning a default value is one is undefined).
API

@@ -80,0 +83,0 @@ ---

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