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

@arque/mongo-config-adapter

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arque/mongo-config-adapter - npm Package Compare versions

Comparing version 0.10.10 to 0.10.11

10

dist/libs/schema.d.ts

@@ -8,14 +8,16 @@ import { Schema } from 'mongoose';

_id?: string;
timestamp?: Date;
timestamp?: NativeDate;
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
events: number[];
_id?: string;
timestamp?: Date;
timestamp?: NativeDate;
}>> & import("mongoose").FlatRecord<{
events: number[];
_id?: string;
timestamp?: Date;
timestamp?: NativeDate;
}> & Required<{
_id: string;
}>>;
}> & {
__v: number;
}>;
export { Stream };

8

package.json
{
"name": "@arque/mongo-config-adapter",
"version": "0.10.10",
"version": "0.10.11",
"author": "ScaleForge",

@@ -23,6 +23,6 @@ "homepage": "https://github.com/ScaleForge/arque#README.md",

"dependencies": {
"@arque/core": "^0.10.9",
"@arque/core": "^0.10.10",
"debug": "4.3.5",
"lru-cache": "10.2.2",
"mongoose": "8.4.1"
"mongoose": "8.9.5"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "a5624731f37b488da87a2b93b346aeecaf3385c4"
"gitHead": "488e75ab2b0eda1552e7883295ffc0ec63fac8c3"
}
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