Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mongodb-js/mongodb-constants

Package Overview
Dependencies
Maintainers
30
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/mongodb-constants - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

12

dist/accumulators.d.ts

@@ -118,2 +118,8 @@ declare const ACCUMULATORS: readonly [{

}, {
readonly name: "$median";
readonly value: "$median";
readonly score: 1;
readonly meta: "accumulator";
readonly version: "7.0.0";
}, {
readonly name: "$min";

@@ -132,2 +138,8 @@ readonly value: "$min";

}, {
readonly name: "$percentile";
readonly value: "$percentile";
readonly score: 1;
readonly meta: "accumulator";
readonly version: "7.0.0";
}, {
readonly name: "$push";

@@ -134,0 +146,0 @@ readonly value: "$push";

@@ -141,2 +141,9 @@ "use strict";

{
name: '$median',
value: '$median',
score: 1,
meta: 'accumulator',
version: '7.0.0',
},
{
name: '$min',

@@ -157,2 +164,9 @@ value: '$min',

{
name: '$percentile',
value: '$percentile',
score: 1,
meta: 'accumulator',
version: '7.0.0',
},
{
name: '$push',

@@ -159,0 +173,0 @@ value: '$push',

4

package.json

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "0.4.0",
"version": "0.5.0",
"repository": {

@@ -72,3 +72,3 @@ "type": "git",

},
"gitHead": "ab0345a1eec27ecb42f44b3a9eeb4516c824b0ac"
"gitHead": "70044aa98b139fd5cc634a595a3f9fec32806888"
}

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 too big to display

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