pasta-sourcemaps VS sourcemap.tools

Compare pasta-sourcemaps vs sourcemap.tools and see what are their differences.

pasta-sourcemaps

Pretty (and) Accurate Stack Trace Analysis is an extension to the JavaScript source map format that allows for accurate function name decoding. (by bloomberg)

sourcemap.tools

A little web app to decipher error stack traces of the minified JavaScript. (by rmuratov)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
pasta-sourcemaps sourcemap.tools
1 1
160 9
0.6% -
4.1 8.1
8 months ago 4 days ago
TypeScript TypeScript
Apache License 2.0 GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pasta-sourcemaps

Posts with mentions or reviews of pasta-sourcemaps. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-02.

sourcemap.tools

Posts with mentions or reviews of sourcemap.tools. We have used some of these posts to build our list of alternatives and similar projects.
  • Show HN: Sourcemap.tools – apply sourcemaps to the JavaScript stacktrace
    1 project | news.ycombinator.com | 15 Dec 2023
    - You get the stack trace from monitoring (e.g., Sentry) but do not configure it to work with source maps.

    If you feel that such an application could be helpful to you, feel free to try it at https://sourcemaps.tools. The source is available at https://github.com/rmuratov/sourcemap.tools.

    It probably contains bugs but should work in simple cases... or at least I hope :)

    There are other features that might be implemented, but I wonder if this could be useful to anyone at all, so I decided to collect some feedback first.

    I will appreciate any feedback - first impressions, opinions, bug reports, feature requests.

    Inspired by https://sourcemaps.info/, but does everything on the client and does not try to fetch sources or source maps.