🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@parameter1/mongodb-bson

Package Overview
Dependencies
Maintainers
4
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
3.5.1

4

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

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

},
"gitHead": "fc31d6214b398da8d03ecd9cdba6f43a7533df25"
"gitHead": "0eeb567ce2da42cf4eb81fdbd086b9d62856e81f"
}

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

export { EJSON, ObjectId, ObjectId as ObjectID } from 'bson';
export {
EJSON,
ObjectId,
ObjectId as ObjectID,
Timestamp,
} from 'bson';
/**
* @typedef {import("bson").Document} Document
*/