Socket
Socket
Sign inDemoInstall

monocle-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.10 to 2.3.11

5

CHANGELOG.md

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

# 2.3.11
- **Bug Fix**
- OptionalFromPath: Type Issue fix for 5 arguments, #167 (@Barackos)
# 2.3.10

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

2

es6/index.d.ts

@@ -538,3 +538,3 @@ import { Foldable, Foldable1, Foldable2, Foldable3 } from 'fp-ts/es6/Foldable'

K4 extends keyof NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>,
K5 extends keyof NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>[K4]
K5 extends keyof NonNullable<NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>[K4]>
>(

@@ -541,0 +541,0 @@ path: [K1, K2, K3, K4, K5]

@@ -538,3 +538,3 @@ import { Foldable, Foldable1, Foldable2, Foldable3 } from 'fp-ts/lib/Foldable'

K4 extends keyof NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>,
K5 extends keyof NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>[K4]
K5 extends keyof NonNullable<NonNullable<NonNullable<NonNullable<S[K1]>[K2]>[K3]>[K4]>
>(

@@ -541,0 +541,0 @@ path: [K1, K2, K3, K4, K5]

{
"name": "monocle-ts",
"version": "2.3.10",
"version": "2.3.11",
"description": "A porting of scala monocle library to TypeScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -143,6 +143,12 @@ [![build status](https://img.shields.io/travis/gcanti/monocle-ts/master.svg?style=flat-square)](https://travis-ci.org/gcanti/monocle-ts)

# Experimental modules
## Experimental modules (version `2.3+`)
From `monocle@2.3+` you can use the following experimental modules
Experimental modules (\*) are published in order to get early feedback from the community.
The experimental modules are **independent and backward-incompatible** with stable ones.
(\*) A feature tagged as _Experimental_ is in a high state of flux, you're at risk of it changing without notice.
From `monocle@2.3+` you can use the following experimental modules:
- `Iso`

@@ -149,0 +155,0 @@ - `Lens`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc