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.2.0-rc.4 to 1.2.0-rc.5

dist/index.d.ts

10

package.json
{
"name": "@jvlk/fp-ts-fetch",
"version": "1.2.0-rc.4",
"version": "1.2.0-rc.5",
"description": "An fp-ts library to make it easy to work with fetch requests.",

@@ -9,6 +9,10 @@ "source": "src/index.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "dist/types.d.ts",
"files": [
"dist",
"src"
],
"scripts": {

@@ -15,0 +19,0 @@ "build": "parcel build",

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