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 1.7.0 to 1.7.1

5

CHANGELOG.md

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

# 1.7.1
- **Polish**
- move `fp-ts` to peerDependencies (@gcanti)
# 1.7.0

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

16

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

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

"homepage": "https://github.com/gcanti/monocle-ts",
"dependencies": {
"peerDependencies": {
"fp-ts": "^1.11.0"

@@ -44,11 +44,12 @@ },

"dtslint": "github:gcanti/dtslint",
"jest": "^23.5.0",
"jest": "^24.3.0",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.3",
"ts-jest": "22.4.2",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"fp-ts": "^1.11.0"
},

@@ -70,7 +71,2 @@ "tags": [

"jest": {
"globals": {
"ts-jest": {
"skipBabel": true
}
},
"collectCoverage": true,

@@ -77,0 +73,0 @@ "transform": {

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