Socket
Socket
Sign inDemoInstall

bson

Package Overview
Dependencies
0
Maintainers
4
Versions
162
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

10

HISTORY.md

@@ -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)

2

lib/bson/parser/serializer.js

@@ -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": [],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc