Socket
Socket
Sign inDemoInstall

monocle-ts

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monocle-ts - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0

2

CHANGELOG.md

@@ -16,3 +16,3 @@ # Changelog

# 2.0.0-rc.1
# 2.0.0

@@ -19,0 +19,0 @@ - **Breaking Change**

{
"name": "monocle-ts",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "A porting of scala monocle library to TypeScript",

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

"peerDependencies": {
"fp-ts": "^2.0.0-rc.6"
"fp-ts": "^2.0.0"
},

@@ -45,5 +45,5 @@ "devDependencies": {

"@types/node": "7.0.4",
"docs-ts": "github:gcanti/docs-ts",
"docs-ts": "^0.1.0",
"dtslint": "github:gcanti/dtslint",
"fp-ts": "^2.0.0-rc.6",
"fp-ts": "^2.0.0",
"jest": "^24.3.0",

@@ -57,3 +57,3 @@ "mocha": "^5.2.0",

"tslint-config-standard": "^8.0.1",
"typescript": "^3.5.1"
"typescript": "^3.5.2"
},

@@ -60,0 +60,0 @@ "tags": [

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

The stable version is tested against TypeScript 3.2.2, but should run with TypeScript 2.8.0+ too
The stable version is tested against TypeScript 3.5.2, but should run with TypeScript 2.8.0+ too
| `monocle-ts` version | required `typescript` version |
| -------------------- | ----------------------------- |
| 2.0.x+ | 3.5+ |
| 1.x+ | 2.8.0+ |
**Note**. If you are running `< typescript@3.0.1` you have to polyfill `unknown`.

@@ -138,0 +143,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