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.2.8 to 3.2.9

dist/chunk-D22N6ARA.js

18

CHANGELOG.md

@@ -0,1 +1,19 @@

## @visulima/error [3.2.9](https://github.com/visulima/visulima/compare/@visulima/error@3.2.8...@visulima/error@3.2.9) (2024-05-24)
### Bug Fixes
* changed pathe to @visulima/path ([#410](https://github.com/visulima/visulima/issues/410)) ([bfe1287](https://github.com/visulima/visulima/commit/bfe1287aff6d28d5dca302fd4d58c1f6234ce0bb))
### Miscellaneous Chores
* changed semantic-release-npm to pnpm ([b6d100a](https://github.com/visulima/visulima/commit/b6d100a2bf3fd026577be48726a37754947f0973))
### Dependencies
* **@visulima/path:** upgraded to 1.0.1
## @visulima/error [3.2.8](https://github.com/visulima/visulima/compare/@visulima/error@3.2.7...@visulima/error@3.2.8) (2024-05-15)

@@ -2,0 +20,0 @@

2

dist/index.js
export { a as CODE_FRAME_POINTER, b as codeFrame } from './chunk-BKLPSU5H.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 { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from './chunk-D22N6ARA.js';
export { a as parseStacktrace } from './chunk-ZMWUTAJM.js';

@@ -5,0 +5,0 @@

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

export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from '../chunk-7G4U7I4C.js';
export { b as generatedPositionFor, a as loadSourceMap, c as originalPositionFor, d as sourceContentFor, e as traceSegment } from '../chunk-D22N6ARA.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "@visulima/error",
"version": "3.2.8",
"description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
"keywords": [
"anolilab",
"character",
"code-frame",
"codeframe",
"column number",
"column",
"coordinate",
"error",
"exception",
"index",
"line number",
"line",
"location",
"parser",
"position",
"source-map",
"stack",
"stack-trace",
"stacktrace",
"string",
"text",
"trace",
"v8",
"visulima"
],
"homepage": "https://www.visulima.com/docs/package/error",
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"directory": "packages/error"
"name": "@visulima/error",
"version": "3.2.9",
"description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
"keywords": [
"anolilab",
"character",
"code-frame",
"codeframe",
"column number",
"column",
"coordinate",
"error",
"exception",
"index",
"line number",
"line",
"location",
"parser",
"position",
"source-map",
"stack",
"stack-trace",
"stacktrace",
"string",
"text",
"trace",
"v8",
"visulima"
],
"homepage": "https://www.visulima.com/docs/package/error",
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"directory": "packages/error"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./code-frame": {
"import": {
"types": "./dist/code-frame/index.d.ts",
"default": "./dist/code-frame/index.js"
}
},
"./error": {
"import": {
"types": "./dist/error/index.d.ts",
"default": "./dist/error/index.js"
}
},
"./sourcemap": {
"import": {
"types": "./dist/sourcemap/index.d.ts",
"default": "./dist/sourcemap/index.js"
}
},
"./stacktrace": {
"import": {
"types": "./dist/stacktrace/index.d.ts",
"default": "./dist/stacktrace/index.js"
}
},
"./package.json": "./package.json"
"./code-frame": {
"import": {
"types": "./dist/code-frame/index.d.ts",
"default": "./dist/code-frame/index.js"
}
},
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:packagejson": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit --project tsconfig.json",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
"./error": {
"import": {
"types": "./dist/error/index.d.ts",
"default": "./dist/error/index.js"
}
},
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25"
"./sourcemap": {
"import": {
"types": "./dist/sourcemap/index.d.ts",
"default": "./dist/sourcemap/index.js"
}
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-preset": "^8.0.3",
"@babel/core": "^7.24.5",
"@eslint-types/deprecation": "^2.0.0",
"@eslint-types/import": "^2.29.1",
"@eslint-types/jsdoc": "^48.2.2",
"@eslint-types/typescript-eslint": "^7.5.0",
"@eslint-types/unicorn": "^52.0.0",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/command-line-args": "^5.2.3",
"@types/node": "18.18.14",
"@visulima/nextra-theme-docs": "4.0.24",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"./stacktrace": {
"import": {
"types": "./dist/stacktrace/index.d.ts",
"default": "./dist/stacktrace/index.js"
}
},
"engines": {
"node": ">=18.* <=21.*"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false,
"etc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
},
"sources": [
"src/index.ts",
"src/code-frame/index.ts",
"src/error/index.ts",
"src/sourcemap/index.ts",
"src/stacktrace/index.ts"
]
}
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"@visulima/path": "1.0.1"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "^1.1.0",
"@anolilab/semantic-release-preset": "^8.1.0",
"@babel/core": "^7.24.5",
"@eslint-types/deprecation": "^2.0.0",
"@eslint-types/import": "^2.29.1",
"@eslint-types/jsdoc": "^48.2.2",
"@eslint-types/typescript-eslint": "^7.5.0",
"@eslint-types/unicorn": "^52.0.0",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/command-line-args": "^5.2.3",
"@types/node": "18.18.14",
"@visulima/nextra-theme-docs": "4.0.24",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"semantic-release": "^23.1.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.* <=21.*"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false,
"etc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
},
"sources": [
"src/index.ts",
"src/code-frame/index.ts",
"src/error/index.ts",
"src/sourcemap/index.ts",
"src/stacktrace/index.ts"
],
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:package-json": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit --project tsconfig.json",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
}
}
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