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

@mongosh/i18n

Package Overview
Dependencies
Maintainers
8
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/i18n - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

94

lib/locales/de_DE.d.ts

@@ -106,2 +106,9 @@ export default translations;

};
version: {
description: string;
link: string;
};
load: {
description: string;
};
};

@@ -540,2 +547,7 @@ };

};
getPlanCache: {
link: string;
description: string;
example: string;
};
};

@@ -655,3 +667,2 @@ };

description: string;
example: string;
};

@@ -1038,2 +1049,14 @@ maxTimeMS: {

};
cloneDatabase: {
link: string;
description: string;
};
copyDatabase: {
link: string;
description: string;
};
cloneCollection: {
link: string;
description: string;
};
listCommands: {

@@ -1049,2 +1072,12 @@ link: string;

};
getLastError: {
link: string;
description: string;
example: string;
};
getLastErrorObj: {
link: string;
description: string;
example: string;
};
};

@@ -1120,2 +1153,32 @@ };

};
getReadConcern: {
link: string;
description: string;
example: string;
};
getReadPref: {
link: string;
description: string;
example: string;
};
getReadPrefMode: {
link: string;
description: string;
example: string;
};
getReadPrefTagSet: {
link: string;
description: string;
example: string;
};
setReadPref: {
link: string;
description: string;
example: string;
};
setReadConcern: {
link: string;
description: string;
example: string;
};
};

@@ -1328,2 +1391,31 @@ };

};
PlanCache: {
help: {
link: string;
description: string;
attributes: {
clear: {
link: string;
description: string;
example: string;
};
clearPlansByQuery: {
link: string;
description: string;
example: string;
};
list: {
link: string;
description: string;
example: string;
};
getPlansByQuery: {
description: string;
};
planCacheQueryShapes: {
description: string;
};
};
};
};
};

@@ -1330,0 +1422,0 @@ };

@@ -106,2 +106,9 @@ export default translations;

};
version: {
description: string;
link: string;
};
load: {
description: string;
};
};

@@ -540,2 +547,7 @@ };

};
getPlanCache: {
link: string;
description: string;
example: string;
};
};

@@ -655,3 +667,2 @@ };

description: string;
example: string;
};

@@ -1038,2 +1049,14 @@ maxTimeMS: {

};
cloneDatabase: {
link: string;
description: string;
};
copyDatabase: {
link: string;
description: string;
};
cloneCollection: {
link: string;
description: string;
};
listCommands: {

@@ -1049,2 +1072,12 @@ link: string;

};
getLastError: {
link: string;
description: string;
example: string;
};
getLastErrorObj: {
link: string;
description: string;
example: string;
};
};

@@ -1120,2 +1153,32 @@ };

};
getReadConcern: {
link: string;
description: string;
example: string;
};
getReadPref: {
link: string;
description: string;
example: string;
};
getReadPrefMode: {
link: string;
description: string;
example: string;
};
getReadPrefTagSet: {
link: string;
description: string;
example: string;
};
setReadPref: {
link: string;
description: string;
example: string;
};
setReadConcern: {
link: string;
description: string;
example: string;
};
};

@@ -1328,2 +1391,31 @@ };

};
PlanCache: {
help: {
link: string;
description: string;
attributes: {
clear: {
link: string;
description: string;
example: string;
};
clearPlansByQuery: {
link: string;
description: string;
example: string;
};
list: {
link: string;
description: string;
example: string;
};
getPlansByQuery: {
description: string;
};
planCacheQueryShapes: {
description: string;
};
};
};
};
};

@@ -1330,0 +1422,0 @@ };

4

package.json
{
"name": "@mongosh/i18n",
"version": "0.2.2",
"version": "0.3.0",
"description": "MongoDB Shell i18n Project",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

},
"gitHead": "4e188a4336bb5f57bc2431811e54b90bf83b1cdf"
"gitHead": "decab9f8f132403125d7084922a0b7a84afc8098"
}

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