New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongot

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongot - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

npm-shrinkwrap.json
{
"name": "mongot",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {

@@ -5,0 +5,0 @@ "@types/mongodb": {

{
"name": "mongot",
"version": "1.2.0",
"version": "1.2.1",
"description": "MongoT is a modern ODM library for MongoDb.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -37,1 +37,2 @@ import "./reflect";

export declare const auto: (fn: Function) => (target: any, propertyKey: string) => void;
export declare const ObjectID: typeof MongoDb.ObjectID;

@@ -13,2 +13,3 @@ "use strict";

const assert_1 = require("assert");
const MongoDb = require("mongodb");
const store_1 = require("./metadata/store");

@@ -115,2 +116,3 @@ const document_1 = require("./document");

};
exports.ObjectID = MongoDb.ObjectID;
//# sourceMappingURL=schema.js.map

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc