Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,11 @@ | ||
<a name="1.0.9"></a> | ||
## [1.0.9](https://github.com/mongodb/js-bson/compare/v1.0.8...v1.0.9) (2018-06-07) | ||
### Bug Fixes | ||
* **serializer:** remove use of `const` ([5feb12f](https://github.com/mongodb/js-bson/commit/5feb12f)) | ||
<a name="1.0.7"></a> | ||
@@ -2,0 +12,0 @@ ## [1.0.7](https://github.com/mongodb/js-bson/compare/v1.0.6...v1.0.7) (2018-06-06) |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const normalizedFunctionString = require('./utils').normalizedFunctionString; | ||
var normalizedFunctionString = require('./utils').normalizedFunctionString; | ||
@@ -12,0 +12,0 @@ // try { |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Christian Amor Kvalheim <christkv@gmail.com>", | ||
@@ -18,0 +18,0 @@ "contributors": [], |
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
754837