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

@mongodb-js/mongodb-constants

Package Overview
Dependencies
Maintainers
30
Versions
42
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.1.5 to 0.2.0

24

dist/expression-operators.d.ts

@@ -633,4 +633,28 @@ declare const EXPRESSION_OPERATORS: readonly [{

readonly version: "3.4.0";
}, {
readonly name: "$bitAnd";
readonly value: "$bitAnd";
readonly score: 1;
readonly meta: "expr:bit";
readonly version: "7.0.0";
}, {
readonly name: "$bitOr";
readonly value: "$bitOr";
readonly score: 1;
readonly meta: "expr:bit";
readonly version: "7.0.0";
}, {
readonly name: "$bitXor";
readonly value: "$bitXor";
readonly score: 1;
readonly meta: "expr:bit";
readonly version: "7.0.0";
}, {
readonly name: "$bitNot";
readonly value: "$bitNot";
readonly score: 1;
readonly meta: "expr:bit";
readonly version: "7.0.0";
}];
export { EXPRESSION_OPERATORS };
//# sourceMappingURL=expression-operators.d.ts.map

@@ -742,4 +742,32 @@ "use strict";

},
{
name: '$bitAnd',
value: '$bitAnd',
score: 1,
meta: 'expr:bit',
version: '7.0.0',
},
{
name: '$bitOr',
value: '$bitOr',
score: 1,
meta: 'expr:bit',
version: '7.0.0',
},
{
name: '$bitXor',
value: '$bitXor',
score: 1,
meta: 'expr:bit',
version: '7.0.0',
},
{
name: '$bitNot',
value: '$bitNot',
score: 1,
meta: 'expr:bit',
version: '7.0.0',
},
];
exports.EXPRESSION_OPERATORS = EXPRESSION_OPERATORS;
//# sourceMappingURL=expression-operators.js.map

4

package.json

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

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

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

},
"gitHead": "9ca02cb413d697020b44053a8aacd062fcec65a1"
"gitHead": "991b944559ecfd36207a30d284bfb15641b2438c"
}

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