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

@twreporter/errors

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twreporter/errors - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-rc.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.2-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/errors@1.1.1...@twreporter/errors@1.1.2-rc.0) (2022-12-01)
### Bug Fixes
* **errors:** unexpected error occurs while executing `printOne` ([3efe274](https://github.com/twreporter/twreporter-npm-packages/commit/3efe274696e29b40cacbaacacb7b0bc678cf671d))
## [1.1.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/errors@1.1.1-rc.0...@twreporter/errors@1.1.1) (2021-10-12)

@@ -8,0 +19,0 @@

2

lib/helpers/print.js

@@ -13,3 +13,3 @@ "use strict";

function trimLinesFromTheBottom(string, trimmedCount) {
if (!trimmedCount || !string) return string;
if (!trimmedCount || !string) return string !== null && string !== void 0 ? string : '';
var array = string.split(/\r?\n|\r/);

@@ -16,0 +16,0 @@

{
"name": "@twreporter/errors",
"version": "1.1.1",
"version": "1.1.2-rc.0",
"main": "lib/index.js",

@@ -23,3 +23,3 @@ "repository": "https://github.com/twreporter/twreporter-npm-packages.git",

},
"gitHead": "b482beff13f1826cc6698022aff715194d6a4b4f"
"gitHead": "e469a1c84947025698acff6ef8aab5339ec4756a"
}
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