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.106.0 to 1.107.0

dist/src/config/middleware/experimental-momento-local-test-config-middleware.d.ts

10

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

@@ -26,4 +26,4 @@ "main": "dist/src/index.js",

"integration-test-topics": "jest topics/ webhooks/ --maxWorkers 1 -- useConsistentReads",
"integration-test-retry": "jest retry/automated-retry-tests.test.ts --maxWorkers 1 -- useConsistentReads",
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"automated-retry-tests\\.test\\.ts\" --maxWorkers 1 -- useConsistentReads",
"integration-test-retry": "jest retry/ --maxWorkers 1 -- useConsistentReads",
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"retry/\" --maxWorkers 1 -- useConsistentReads",
"integration-test": "jest integration --maxWorkers 1",

@@ -42,3 +42,3 @@ "unit-test": "jest unit",

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

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

"@gomomento/generated-types": "0.119.2",
"@gomomento/sdk-core": "1.106.0",
"@gomomento/sdk-core": "1.107.0",
"@grpc/grpc-js": "1.10.9",

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

@@ -102,2 +102,3 @@ import { CacheClient, SimpleCacheClient } from './cache-client';

export { RetryStrategy, DeterminewhenToRetryRequestProps, } from './config/retry/retry-strategy';
export { ExponentialBackoffRetryStrategy, ExponentialBackoffRetryStrategyProps, } from './config/retry/exponential-backoff-retry-strategy';
export { FixedCountRetryStrategy, FixedCountRetryStrategyProps, } from './config/retry/fixed-count-retry-strategy';

@@ -104,0 +105,0 @@ export { FixedTimeoutRetryStrategy, FixedTimeoutRetryStrategyProps, } from './config/retry/fixed-timeout-retry-strategy';

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

@@ -26,4 +26,4 @@ "main": "dist/src/index.js",

"integration-test-topics": "jest topics/ webhooks/ --maxWorkers 1 -- useConsistentReads",
"integration-test-retry": "jest retry/automated-retry-tests.test.ts --maxWorkers 1 -- useConsistentReads",
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"automated-retry-tests\\.test\\.ts\" --maxWorkers 1 -- useConsistentReads",
"integration-test-retry": "jest retry/ --maxWorkers 1 -- useConsistentReads",
"integration-test-consistent-reads": "jest integration --testPathIgnorePatterns=\"retry/\" --maxWorkers 1 -- useConsistentReads",
"integration-test": "jest integration --maxWorkers 1",

@@ -42,3 +42,3 @@ "unit-test": "jest unit",

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

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

"@gomomento/generated-types": "0.119.2",
"@gomomento/sdk-core": "1.106.0",
"@gomomento/sdk-core": "1.107.0",
"@grpc/grpc-js": "1.10.9",

@@ -69,0 +69,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