Socket
Socket
Sign inDemoInstall

@visulima/error

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/error - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

dist/chunk-7G4U7I4C.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## @visulima/error [3.0.6](https://github.com/visulima/visulima/compare/@visulima/error@3.0.5...@visulima/error@3.0.6) (2024-03-06)
### Dependencies
* **@visulima/nextra-theme-docs:** upgraded to 4.0.16
## @visulima/error [3.0.5](https://github.com/visulima/visulima/compare/@visulima/error@3.0.4...@visulima/error@3.0.5) (2024-03-04)

@@ -2,0 +10,0 @@

2

dist/error/index.js

@@ -1,3 +0,3 @@

export { c as VisulimaError, a as getErrorCauses, b as isVisulimaError } from '../chunk-RA3LOUJQ.js';
export { c as VisulimaError, a as getErrorCauses, b as isVisulimaError } from '../chunk-HAVTTG7L.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
export { a as codeFrame } from './chunk-7OT5SHJH.js';
export { c as VisulimaError, a as getErrorCauses, b as isVisulimaError } from './chunk-RA3LOUJQ.js';
export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from './chunk-ONFIDS3C.js';
export { c as VisulimaError, a as getErrorCauses, b as isVisulimaError } from './chunk-HAVTTG7L.js';
export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from './chunk-7G4U7I4C.js';
export { a as parseStacktrace } from './chunk-57YC2IM6.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from '../chunk-ONFIDS3C.js';
export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from '../chunk-7G4U7I4C.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "@visulima/error",
"version": "3.0.5",
"version": "3.0.6",
"description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",

@@ -84,4 +84,4 @@ "keywords": [

"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=development tsup",
"build:prod": "rimraf dist && cross-env NODE_ENV=production tsup",
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",

@@ -117,3 +117,3 @@ "dev": "pnpm run build --watch",

"@types/node": "18.18.14",
"@visulima/nextra-theme-docs": "4.0.15",
"@visulima/nextra-theme-docs": "4.0.16",
"@vitest/coverage-v8": "^1.3.1",

@@ -133,3 +133,3 @@ "@vitest/ui": "^1.3.1",

"tsup": "^8.0.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"

@@ -136,0 +136,0 @@ },

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