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

@gomomento/sdk

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gomomento/sdk - npm Package Compare versions

Comparing version 1.94.0 to 1.95.0

6

dist/package.json
{
"name": "@gomomento/sdk",
"version": "1.94.0",
"version": "1.95.0",
"description": "Client SDK for Momento services",

@@ -35,3 +35,3 @@ "main": "dist/src/index.js",

"devDependencies": {
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.94.0.tgz",
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.95.0.tgz",
"@types/jest": "27.5.2",

@@ -59,3 +59,3 @@ "@types/node": "16.18.97",

"@gomomento/generated-types": "0.113.0",
"@gomomento/sdk-core": "1.94.0",
"@gomomento/sdk-core": "1.95.0",
"@grpc/grpc-js": "1.10.9",

@@ -62,0 +62,0 @@ "@types/google-protobuf": "3.15.10",

@@ -125,3 +125,3 @@ import { CacheDecreaseTtl, CacheDelete, CacheDictionaryFetch, CacheDictionaryGetField, CacheDictionaryGetFields, CacheDictionaryIncrement, CacheDictionaryLength, CacheDictionaryRemoveField, CacheDictionaryRemoveFields, CacheDictionarySetField, CacheDictionarySetFields, CacheGet, CacheGetBatch, CacheIncreaseTtl, CacheIncrement, CacheItemGetTtl, CacheItemGetType, CacheKeyExists, CacheKeysExist, CacheListConcatenateBack, CacheListConcatenateFront, CacheListFetch, CacheListLength, CacheListPopBack, CacheListPopFront, CacheListPushBack, CacheListPushFront, CacheListRemoveValue, CacheListRetain, CacheSet, CacheSetAddElements, CacheSetBatch, CacheSetFetch, CacheSetContainsElement, CacheSetContainsElements, CacheSetIfAbsent, CacheSetIfAbsentOrEqual, CacheSetIfEqual, CacheSetIfNotEqual, CacheSetIfNotExists, CacheSetIfPresent, CacheSetIfPresentAndNotEqual, CacheSetRemoveElements, CacheSetSample, CacheSortedSetFetch, CacheSortedSetGetRank, CacheSortedSetGetScore, CacheSortedSetGetScores, CacheSortedSetIncrementScore, CacheSortedSetLength, CacheSortedSetLengthByScore, CacheSortedSetPutElement, CacheSortedSetPutElements, CacheSortedSetRemoveElement, CacheSortedSetRemoveElements, CacheUpdateTtl, CollectionTtl, SortedSetOrder } from '..';

private sendSortedSetFetchByScore;
sortedSetGetRank(cacheName: string, sortedSetName: string, value: string | Uint8Array): Promise<CacheSortedSetGetRank.Response>;
sortedSetGetRank(cacheName: string, sortedSetName: string, value: string | Uint8Array, order?: SortedSetOrder): Promise<CacheSortedSetGetRank.Response>;
private sendSortedSetGetRank;

@@ -128,0 +128,0 @@ sortedSetGetScore(cacheName: string, sortedSetName: string, value: string | Uint8Array): Promise<CacheSortedSetGetScore.Response>;

{
"name": "@gomomento/sdk",
"version": "1.94.0",
"version": "1.95.0",
"description": "Client SDK for Momento services",

@@ -35,3 +35,3 @@ "main": "dist/src/index.js",

"devDependencies": {
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.94.0.tgz",
"@gomomento/common-integration-tests": "file:../common-integration-tests/gomomento-common-integration-tests-1.95.0.tgz",
"@types/jest": "27.5.2",

@@ -59,3 +59,3 @@ "@types/node": "16.18.97",

"@gomomento/generated-types": "0.113.0",
"@gomomento/sdk-core": "1.94.0",
"@gomomento/sdk-core": "1.95.0",
"@grpc/grpc-js": "1.10.9",

@@ -62,0 +62,0 @@ "@types/google-protobuf": "3.15.10",

Sorry, the diff of this file is too big to display

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