Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

listr2

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listr2 - npm Package Compare versions

Comparing version 1.3.10 to 1.3.11

tsconfig.build.tsbuildinfo

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.11](https://github.com/cenk1cenk2/listr2/compare/v1.3.10...v1.3.11) (2020-04-30)
### Bug Fixes
* **build:** ignored tests files ([16d8d93](https://github.com/cenk1cenk2/listr2/commit/16d8d9336fabbfb311a821744707e8ae55e80334))
## [1.3.10](https://github.com/cenk1cenk2/listr2/compare/v1.3.9...v1.3.10) (2020-04-30)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "listr2",
"version": "1.3.10",
"version": "1.3.11",
"description": "Terminal task list reborn!",

@@ -19,3 +19,3 @@ "license": "MIT",

"prebuild": "rimraf tsconfig.build.tsbuildinfo && rimraf dist/",
"build": "tsc && tscpaths -p tsconfig.paths.json -s ./dist -o ./dist",
"build": "tsc -P tsconfig.build.json && tscpaths -p tsconfig.paths.json -s ./dist -o ./dist",
"lint": "yarn lint:staged src/",

@@ -22,0 +22,0 @@ "lint:staged": "eslint --ext .json,.ts,.js --fix",

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