You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@parameter1/mongodb-bson

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parameter1/mongodb-bson - npm Package Compare versions

Comparing version

to
2.0.1

4

package.json
{
"name": "@parameter1/mongodb-bson",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -33,3 +33,3 @@ "description": "A BSON wrapper containing common utilities.",

},
"gitHead": "a737b6f3642512cbc1e714b2d92261f3e74f0e00"
"gitHead": "462ec9135f6e26915ddaa3cfa2e5630241aff201"
}

@@ -1,1 +0,1 @@

export { EJSON, ObjectID, ObjectId } from 'bson';
export { EJSON, ObjectId, ObjectId as ObjectID } from 'bson';