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.0.1 to 0.0.2

lib/Do.d.ts

5

CHANGELOG.md

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

# 0.0.2
- **New Feature**
- add `Do` notation (@pfgray)
# 0.0.1
Initial release

5

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

@@ -11,2 +11,3 @@ "files": [

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

@@ -16,3 +17,3 @@ "jest": "jest",

"fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test}/**/*.ts\"",
"test": "npm run prettier && npm run dtslint && npm run jest && npm run docs",
"test": "npm run lint && npm run prettier && npm run dtslint && npm run jest && npm run docs",
"clean": "rimraf rm -rf lib/*",

@@ -19,0 +20,0 @@ "build": "npm run clean && tsc",

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