Socket
Socket
Sign inDemoInstall

rewire

Package Overview
Dependencies
100
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

7.0.0

Diff

Changelog

Source

7.0.0

  • Breaking: Remove official Node v10, v12, v14 and v16 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v10 as well. Additionally, there were also package-lock.json issues because of a breaking change at npm 6deb9bd3edb1d3531ffa689968339f9fd390a5d5 092e554955db2591d09b57d3b87a575ee0d510a9
  • Breaking: Remove CoffeeScript support e0ea17d2e13ef4fb054980c1c5c62edcfd10632f
  • Add TypeScript support #204
jhnns
published 6.0.0 •

Changelog

Source

6.0.0

  • Breaking: Remove Node v8 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v8 as well.
  • Update dependencies #193
  • Fix Modifying globals within module leaks to global with Node >=10 #167
  • Fixed import errors on modules with shebang declarations #179
jhnns
published 5.0.0 •

Changelog

Source

5.0.0

  • Breaking: Remove Node v6 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v6 as well.
  • Update dependencies #159 #172 #154 #166
jhnns
published 4.0.1 •

Changelog

Source

4.0.1

  • Fix a bug where const was not properly detected #139
jhnns
published 4.0.0 •

Changelog

Source

4.0.0

  • Breaking: Remove official node v4 support. It probably still works with node v4, but no guarantees anymore.
  • Potentially breaking: Replace babel with regex-based transformation 9b77ed9a293c538ec3eb5160bcb933e012ce517f. This should not break, but it has been flagged as major version bump as the regex might not catch all cases reliably and thus fail for some users.
  • Improve runtime performance #132
  • Use coffeescript package in favor of deprecated coffee-script #134
jhnns
published 3.0.2 •

Changelog

Source

3.0.2

  • Fix a bug where rewire used the project's .babelrc #119 #123
jhnns
published 3.0.1 •

Changelog

Source

3.0.1

  • Fix Unknown Plugin "transform-es2015-block-scoping" #121 #122
jhnns
published 3.0.0 •

Changelog

Source

3.0.0

  • Breaking: Remove support for node versions below 4
  • Add support for const #79 #95 #117 #118
peerigon
published 2.5.2 •

Changelog

Source

2.5.2

  • Fix cluttering of require.extensions even if CoffeeScript is not installed #98
jhnns
published 2.5.1 •

Changelog

Source

2.5.1

  • Ignore modules that export non-extensible values like primitives or sealed objects #83
2345Next
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