Skip to content

Releases: browserify/insert-module-globals

v7.2.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 09 Oct 11:04
e164c77
  • Fix incorrect output when source contains a top-level const declaration with the same name as an inserted global. (d86999f)

v7.2.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 15 Jun 12:25
83699cd
  • use undeclared-identifiers instead of lexical-scope (#76)

    undeclared-identifiers is more limited and does exactly what insert-module-globals needs. because of its limitations it is about twice as fast as lexcal-scope.

v7.1.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 16 May 07:59
71f0f61
  • Add setImmediate and clearImmediate (#40)

v7.0.6

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 06 Apr 10:08
a810104
  • Fix relative path resolution between Windows partitions (#75)

v7.0.5

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 28 Mar 14:12
079a0ce
  • Update combine-source-map, fixes #68 (#73)

v7.0.4

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 21 Mar 15:41
6054dee
  • Output __filename and __dirname as /-delimited paths, even on Windows (#63)

v7.0.3

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 21 Mar 10:20
ee1e5d7
  • Update concat-stream to a version used in other browserify modules, so npm can dedupe it. (#72)