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

@nodescript/adapter-mongodb-protocol

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/adapter-mongodb-protocol - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

out/schema/MongoAggregate.d.ts

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoAggregate = Record<string, any>;
export declare const MongoAggregateSchema: Schema<MongoAggregate>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoAggregateSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoDocument = any;
export declare const MongoDocumentSchema: Schema<any>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoDocumentSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'any'

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoFilter = Record<string, any>;
export declare const MongoFilterSchema: Schema<MongoFilter>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoFilterSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoProjection = Record<string, any>;
export declare const MongoProjectionSchema: Schema<MongoProjection>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoProjectionSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoSort = Record<string, any>;
export declare const MongoSortSchema: Schema<MongoSort>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoSortSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export type MongoUpdate = Record<string, any>;
export declare const MongoUpdateSchema: Schema<MongoUpdate>;

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

import { Schema } from '@nodescript/schema';
import { Schema } from 'airtight';
export const MongoUpdateSchema = new Schema({

@@ -3,0 +3,0 @@ type: 'object',

{
"name": "@nodescript/adapter-mongodb-protocol",
"version": "1.2.0",
"version": "1.3.0",
"description": "MongoDb Adapter Protocol",

@@ -19,5 +19,5 @@ "type": "module",

"dependencies": {
"@nodescript/protocomm": "^0.5.3",
"@nodescript/schema": "^5.2.2"
"@nodescript/protocomm": "^0.5.5",
"airtight": "^5.2.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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