DFSG NEW Queue

DFSG, Licensing & New Packages Team

node-cspotcode-source-map-support 0.8.1+ds-1

Package Information

Descriptionfix stack traces for files with source maps

This module hooks into V8 stack trace generation so that exceptions thrown by transpiled or bundled JavaScript report the original file, line and column recorded in the source map instead of the position in the generated file.

It handles inline "sourceMappingURL" comments as well as external .map files, rewrites "Error.prepareStackTrace", and can optionally hook require() so that the maps of modules loaded afterwards are picked up.

This is the @cspotcode fork of source-map-support, which replaces the "source-map" dependency with @jridgewell/trace-mapping for a smaller install footprint and faster startup. It is used by @babel/register and ts-node.

Node.js is an event-based server-side JavaScript engine.

MaintainerDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed ByXavier Guimard <yadd@debian.org>
Sponsoryadd@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/js-team/node-cspotcode-source-map-support.git (browse)
Closes#1144862
Trackerhttps://tracker.debian.org/pkg/node-cspotcode-source-map-support
Uploaded3 hours ago

New Package Report

.changes
Sourcenode-cspotcode-source-map-support
Version0.8.1+ds-1
Changed-ByXavier Guimard
Architecturesource all
Distributionunstable
DateWed, 19 Aug 2026 18:20:05 +0200
Changelog
node-cspotcode-source-map-support (0.8.1+ds-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1144862)
.dsc
Package-Listnode-cspotcode-source-map-support deb javascript optional arch=all
Sectionjavascript
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: @cspotcode/source-map-support
Upstream-Contact: https://github.com/cspotcode/node-source-map-support/issues
Source: https://github.com/cspotcode/node-source-map-support
Files-Excluded: browser-source-map-support.js

Files: *
Copyright: 2014, Evan Wallace
 2021-2022, Andrew Bradley
License: Expat

Files: debian/*
Copyright: 2026, Yadd <yadd@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package