sourcemaps.io
sourcemaps.io copied to clipboard
Web-based Source Map validator
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/sentry/test/github/a7519011-a21b-49a5-982c-e802dbbc2f4c/master..snyk-fix-ub26ny) for more details. #### Snyk Project: [getsentry/sourcemaps.io:server/package.json](https://app.snyk.io/org/sentry/project/a7519011-a21b-49a5-982c-e802dbbc2f4c) ####...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/test/github/1cb27177-ff43-479f-acad-c6eee587bfdd/master..snyk-fix-qgl9nj) for more details. #### Snyk Project: [getsentry/sourcemaps.io:client/package.json](https://app.snyk.io/org/sentry/project/1cb27177-ff43-479f-acad-c6eee587bfdd) ####...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) Which SDK and version? e.g: JavaScript 5.11.1, .NET 1.2.0 ### Steps to Reproduce 1. Go to...
can it validate .map files?
Is it possible the source map for the dist files are broken on this release? Or is it some sort of compatiblity issue? Validating raven.min.js throws multiple errors.
Would be very useful to have this as a module to use in a CI / test environment. https://github.com/ben-ng/sourcemap-validator isn't ideal because it only returns the first error, and also...
It'd be very convenient if this tool could take a URL to a webpage and give source map results for every resource found on it. There's a couple ways to...
Example (from underscore.min.js): 
Webpack generates source maps with external file URI that are prefixed with `webpack://`, e.g. `webpack:///app/javascript/index.js`. AFAICT, these are symbolic references to sources that existed on the users local filesystem, but...