Socket
Socket
Sign inDemoInstall

fp-ts-http

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts-http - npm Package Compare versions

Comparing version 0.0.1 to 0.0.11

es6/index.d.ts

17

package.json
{
"name": "fp-ts-http",
"version": "0.0.1",
"version": "0.0.11",
"description": "Opinionated Typesafe http middleware library using fp-ts-routing and io-ts",
"keywords": ["functional", "typesafe", "http", "rest", "routing", "fp-ts", "fp-ts-routing", "io-ts"],
"keywords": [
"functional",
"typesafe",
"http",
"rest",
"routing",
"fp-ts",
"fp-ts-routing",
"io-ts"
],
"files": [
"lib",
"es6"
],
"typings": "lib/index.d.ts",

@@ -7,0 +20,0 @@ "main": "lib/index.js",

5

readme.md

@@ -7,4 +7,4 @@

import * as t from "io-ts"
import { get, post, driver } from "fp-ts-routing"
import { TMiddlewareStack } from 'fp-ts-routing/lib/Middleware';
import { get, post, driver } from "fp-ts-http"
import { TMiddlewareStack } from 'fp-ts-http/lib/Middleware';
import { none } from 'fp-ts/lib/Option';

@@ -38,3 +38,2 @@

.then(() => console.log("server running"))
```
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