Socket
Socket
Sign inDemoInstall

@jvlk/fp-ts-fetch

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jvlk/fp-ts-fetch - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

19

dist/package.json
{
"name": "@jvlk/fp-ts-fetch",
"version": "1.4.1",
"version": "1.4.2",
"description": "An fp-ts library to make it easy to work with fetch requests.",
"keywords": ["fp-ts", "fetch", "functional programming", "typescript", "fp"],
"keywords": [
"fp-ts",
"fetch",
"functional programming",
"typescript",
"fp"
],
"type": "module",
"exports": {
".": {
"types": "./dist/src/index.d.mts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/src/index.d.mts"
"require": "./dist/index.cjs"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"peerDependencies": {

@@ -16,0 +25,0 @@ "fp-ts": "^2.16.5",

{
"name": "@jvlk/fp-ts-fetch",
"version": "1.4.1",
"version": "1.4.2",
"description": "An fp-ts library to make it easy to work with fetch requests.",

@@ -9,5 +9,5 @@ "keywords": ["fp-ts", "fetch", "functional programming", "typescript", "fp"],

".": {
"types": "./dist/src/index.d.mts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/src/index.d.mts"
"require": "./dist/index.cjs"
}

@@ -14,0 +14,0 @@ },

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