Socket
Socket
Sign inDemoInstall

source-map

Package Overview
Dependencies
0
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134567Next

0.5.5

Diff

Changelog

Source

0.5.5

  • Fix "regression" of unsupported, implementation behavior that half the world happens to have come to depend on. See #235.

  • Fix regression involving function hoisting in SpiderMonkey. See #233.

nickfitzgerald
published 0.5.4 •

Changelog

Source

0.5.4

  • Large performance improvements to source-map serialization. See #228 and #229.
nickfitzgerald
published 0.5.3 •

Changelog

Source

0.5.3

  • Do not include unnecessary distribution files. See commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86.
nickfitzgerald
published 0.5.2 •

Changelog

Source

0.5.2

  • Include browser distributions of the library in package.json's files. See issue #212.
nickfitzgerald
published 0.5.1 •

Changelog

Source

0.5.1

  • Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See ff05274becc9e6e1295ed60f3ea090d31d843379.
nickfitzgerald
published 0.5.0 •

Changelog

Source

0.5.0

  • Node 0.8 is no longer supported.

  • Use webpack instead of dryice for bundling.

  • Big speedups serializing source maps. See pull request #203.

  • Fix a bug with SourceMapConsumer.prototype.sourceContentFor and sources that explicitly start with the source root. See issue #199.

nickfitzgerald
published 0.4.4 •

Changelog

Source

0.4.4

  • Fix an issue where using a SourceMapGenerator after having created a SourceMapConsumer from it via SourceMapConsumer.fromSourceMap failed. See issue #191.

  • Fix an issue with where SourceMapGenerator would mistakenly consider different mappings as duplicates of each other and avoid generating them. See issue #192.

nickfitzgerald
published 0.4.3 •

Changelog

Source

0.4.3

  • A very large number of performance improvements, particularly when parsing source maps. Collectively about 75% of time shaved off of the source map parsing benchmark!

  • Fix a bug in SourceMapConsumer.prototype.allGeneratedPositionsFor and fuzzy searching in the presence of a column option. See issue #177.

  • Fix a bug with joining a source and its source root when the source is above the root. See issue #182.

  • Add the SourceMapConsumer.prototype.hasContentsOfAllSources method to determine when all sources' contents are inlined into the source map. See issue #190.

nickfitzgerald
published 0.4.2 •

Changelog

Source

0.4.2

  • Add an .npmignore file so that the benchmarks aren't pulled down by dependent projects. Issue #169.

  • Add an optional column argument to SourceMapConsumer.prototype.allGeneratedPositionsFor and better handle lines with no mappings. Issues #172 and #173.

nickfitzgerald
published 0.4.1 •

Changelog

Source

0.4.1

  • Fix accidentally defining a global variable. #170.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc