Socket
Socket
Sign inDemoInstall

wrap-error-message

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wrap-error-message - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

15

package.json
{
"name": "wrap-error-message",
"version": "2.0.1",
"version": "3.0.0",
"type": "module",

@@ -45,3 +45,6 @@ "exports": {

"homepage": "https://www.github.com/ehmicky/wrap-error-message",
"repository": "ehmicky/wrap-error-message",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/wrap-error-message.git"
},
"bugs": {

@@ -56,11 +59,11 @@ "url": "https://github.com/ehmicky/wrap-error-message/issues"

"normalize-exception": "^3.0.0",
"set-error-message": "^2.0.1"
"set-error-message": "^3.0.0"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^2.0.80",
"test-each": "^6.0.1"
"@ehmicky/dev-tasks": "^2.0.102",
"test-each": "^7.0.0"
},
"engines": {
"node": ">=16.17.0"
"node": ">=18.18.0"
}
}

22

README.md

@@ -11,2 +11,11 @@ [![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/wrap-error-message)

# Hire me
Please
[reach out](https://www.linkedin.com/feed/update/urn:li:activity:7117265228068716545/)
if you're looking for a Node.js API or CLI engineer (11 years of experience).
Most recently I have been [Netlify Build](https://github.com/netlify/build)'s
and [Netlify Plugins](https://www.netlify.com/products/build/plugins/)'
technical lead for 2.5 years. I am available for full-time remote positions.
# Features

@@ -56,3 +65,3 @@

This package works in both Node.js >=16.17.0 and
This package works in both Node.js >=18.18.0 and
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).

@@ -66,13 +75,2 @@

<!--
This package works in Node.js >=16.17.0.
This is an ES module. It must be loaded
using
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
not `require()`. If TypeScript is used, it must be configured to
[output ES modules](https://www.typescriptlang.org/docs/handbook/esm-node.html),
not CommonJS.
-->
# API

@@ -79,0 +77,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc