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.1 to 1.7.2

es6/At/Record.d.ts

4

CHANGELOG.md

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

# 1.7.2
output ES modules to better support tree-shaking (@gcanti)
# 1.7.1

@@ -18,0 +22,0 @@

11

package.json
{
"name": "monocle-ts",
"version": "1.7.1",
"version": "1.7.2",
"description": "A porting of scala monocle library to TypeScript",
"files": [
"lib"
"lib",
"es6"
],
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -17,4 +20,4 @@ "lint": "tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts",

"test": "npm run prettier && npm run lint && npm run dtslint && npm run jest && npm run docs",
"clean": "rm -rf lib/*",
"build": "npm run clean && tsc",
"clean": "rimraf lib/* es6/*",
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json",
"prepublish": "npm run build",

@@ -21,0 +24,0 @@ "docs-fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser markdown --write \"README.md\"",

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