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

fp-ts-contrib

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts-contrib - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

es6/Align/Array.d.ts

5

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

# 0.1.1
- **New Feature**
- add es6 modules build (@gcanti)
# 0.1.0

@@ -18,0 +23,0 @@

10

package.json
{
"name": "fp-ts-contrib",
"version": "0.1.0",
"version": "0.1.1",
"description": "A community driven utility package for fp-ts",
"files": [
"lib"
"lib",
"es6"
],
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -18,3 +21,4 @@ "tsc": "tsc",

"clean": "rimraf rm -rf lib/*",
"build": "npm run clean && tsc",
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json",
"prepublish": "npm run build",
"dtslint": "dtslint dtslint",

@@ -21,0 +25,0 @@ "mocha": "mocha -r ts-node/register test/*.ts",

A community driven utility package for [fp-ts](https://github.com/gcanti/fp-ts)
# Installation
To install the stable version:
```sh
npm i fp-ts-contrib
```
**Note**. `fp-ts-contrib` depends on [`fp-ts`](https://github.com/gcanti/fp-ts), starting from `0.1.0` you must install `fp-ts` manually (`fp-ts` is listed in `peerDependency`)
# Documentation
- [API reference](https://gcanti.github.io/fp-ts-contrib/)
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