Comparing version 2.3.4 to 2.4.0
Changelog | ||
--------- | ||
### 2.4.0 | ||
- Make rewire's special methods `__set__`, `__get__` and `__with__` writable [#78](https://github.com/jhnns/rewire/pull/78) | ||
### 2.3.4 | ||
- Add license and keywords to package.json [#59](https://github.com/jhnns/rewire/issues/59) [#60](https://github.com/jhnns/rewire/issues/60) | ||
### 2.3.3 | ||
@@ -9,3 +15,3 @@ - Fix issue where the strict mode was not detected when a comment was before "strict mode"; [#54](https://github.com/jhnns/rewire/issues/54) | ||
- Fix a problem when a function declaration had the same name as a global variable [#56](https://github.com/jhnns/rewire/issues/56) | ||
- Added README section about rewire's limitations | ||
- Add README section about rewire's limitations | ||
@@ -12,0 +18,0 @@ ### 2.3.1 |
@@ -21,3 +21,4 @@ "use strict"; | ||
srcs[value] + | ||
"}); "; | ||
", "+ | ||
"writable: true}); "; | ||
}, ""); | ||
@@ -28,2 +29,2 @@ | ||
module.exports = getDefinePropertySrc; | ||
module.exports = getDefinePropertySrc; |
{ | ||
"name": "rewire", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"description": "Easy dependency injection for node.js unit testing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26867
339