Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 0.1.8

es6/collectUntil.d.ts

7

CHANGELOG.md

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

# 0.1.8
- **New Feature**
- add `collectUntil` module (@gcanti)
- add `List` module (@DenisFrezzato)
- add `Task/getLine` module (@gcanti)
# 0.1.7

@@ -18,0 +25,0 @@

7

package.json
{
"name": "fp-ts-contrib",
"version": "0.1.7",
"version": "0.1.8",
"description": "A community driven utility package for fp-ts",

@@ -15,3 +15,3 @@ "files": [

"tsc": "tsc",
"lint": "tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts",
"lint": "tslint -p tsconfig.tslint.json",
"jest": "jest",

@@ -21,3 +21,3 @@ "prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test}/**/*.ts\"",

"test": "npm run lint && npm run prettier && npm run dtslint && npm run jest && npm run docs",
"clean": "rimraf rm -rf lib/*",
"clean": "rimraf rm -rf lib/* es6/*",
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json",

@@ -50,2 +50,3 @@ "prepublish": "npm run build",

"dtslint": "github:gcanti/dtslint",
"fast-check": "^1.20.0",
"fp-ts": "^2.1.2",

@@ -52,0 +53,0 @@ "jest": "^24.8.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