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 3.13.4 to 3.13.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.13.5](https://github.com/cenk1cenk2/listr2/compare/v3.13.4...v3.13.5) (2021-11-22)
### Bug Fixes
- swap clone package for rfdc to improve speed of error reporting ([a75c857](https://github.com/cenk1cenk2/listr2/commit/a75c8571e069f3aaca9538187027c9d72450635d))
## [3.13.4](https://github.com/cenk1cenk2/listr2/compare/v3.13.3...v3.13.4) (2021-11-17)

@@ -2,0 +8,0 @@

3

dist/utils/general.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.cloneObject = void 0;
const clone = require("clone");
const rfdc = require("rfdc");
const clone = rfdc({ circles: true });
/**

@@ -6,0 +7,0 @@ * Deep clones a object in the most easiest manner.

{
"name": "listr2",
"version": "3.13.4",
"version": "3.13.5",
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",

@@ -67,6 +67,6 @@ "license": "MIT",

"cli-truncate": "^2.1.0",
"clone": "^2.1.2",
"colorette": "^2.0.16",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"rfdc": "^1.3.0",
"rxjs": "^7.4.0",

@@ -77,4 +77,4 @@ "through": "^2.3.8",

"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.4.10",
"@cenk1cenk2/eslint-config": "^1.0.8",
"@cenk1cenk2/cz-cc": "^1.4.11",
"@cenk1cenk2/eslint-config": "^1.0.9",
"@types/clone": "^2.1.1",

@@ -99,8 +99,8 @@ "@types/jest": "^27.0.2",

"tsc-watch": "^4.5.0",
"tsconfig-paths": "^3.11.0",
"tsconfig-paths": "^3.12.0",
"tsconfig-replace-paths": "^0.0.11",
"tscpaths": "^0.0.9",
"typedoc": "^0.22.8",
"typedoc-plugin-markdown": "^3.11.5",
"typescript": "^4.4.4"
"typedoc": "^0.22.9",
"typedoc-plugin-markdown": "^3.11.7",
"typescript": "^4.5.2"
},

@@ -107,0 +107,0 @@ "peerDependencies": {

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