Socket
Socket
Sign inDemoInstall

yerror

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yerror - npm Package Compare versions

Comparing version 6.0.2 to 6.1.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [6.1.0](https://github.com/nfroidure/yerror/compare/v6.0.2...v6.1.0) (2022-05-27)
### Features
* **api:** export class as non-default for ESM compatibility ([355a929](https://github.com/nfroidure/yerror/commit/355a92922300e5e4730d30da6be35e84d8552585))
## [6.0.2](https://github.com/nfroidure/yerror/compare/v6.0.1...v6.0.2) (2022-05-25)

@@ -2,0 +11,0 @@

4

dist/index.js

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

});
exports.default = void 0;
exports.default = exports.YError = void 0;

@@ -104,2 +104,4 @@ var _os = _interopRequireDefault(require("os"));

exports.YError = YError;
YError.wrap = function yerrorWrap(err, errorCode, ...params) {

@@ -106,0 +108,0 @@ let yError = null;

{
"name": "yerror",
"version": "6.0.2",
"version": "6.1.0",
"description": "It helps to know why you got an error.",

@@ -5,0 +5,0 @@ "main": "dist/index",

@@ -147,1 +147,2 @@ import os from 'os';

export default YError;
export { YError };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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