Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6040c0c commit 1eede09Copy full SHA for 1eede09
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+### 2.1.2
5
+
6
+- Fixed missing `var` statement which lead to pollution of global namespace [#33](https://github.com/jhnns/rewire/pull/33)
7
8
### 2.1.1
9
- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)
10
package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "2.1.1",
+ "version" : "2.1.2",
"description" : "Easy dependency injection for node.js unit testing",
"keywords" : [
"dependency",
0 commit comments