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 0.3.1 to 0.3.2

5

CHANGELOG.md

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

# 0.3.2
- **Polish**
- upgrade to latest fp-ts (0.4.3) (@gcanti)
# 0.3.1

@@ -17,0 +22,0 @@

5

lib/index.d.ts

@@ -258,6 +258,1 @@ import { HKT } from 'fp-ts/lib/HKT';

export declare const fromFoldable: Ops['fromFoldable'];
import { ArrayURI } from 'fp-ts/lib/overloadings';
export interface Ops {
fromTraversable<A>(T: Traversable<ArrayURI>): Traversal<Array<A>, A>;
fromFoldable<A>(F: Foldable<ArrayURI>): Fold<Array<A>, A>;
}

4

package.json
{
"name": "monocle-ts",
"version": "0.3.1",
"version": "0.3.2",
"description": "A porting of scala monocle library to TypeScript",

@@ -29,3 +29,3 @@ "files": ["lib"],

"dependencies": {
"fp-ts": "^0.4.0"
"fp-ts": "^0.4.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc