Socket
Socket
Sign inDemoInstall

@salutejs/scenario

Package Overview
Dependencies
2
Maintainers
4
Versions
242
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.40.0 to 0.41.0-canary.114.7059078556.0

1

dist/lib/types/salute.d.ts

@@ -140,2 +140,3 @@ import { AppInfo, CharacterId, AppState, Message, SmartAppErrorCommand, EmotionId, Card, Bubble, Button, ASRHints, PolicyRunAppComand } from './systemMessage';

missingVariableName?: string;
expires?: number;
}

@@ -142,0 +143,0 @@ export interface Recognizer {

4

dist/lib/types/storage.d.ts
import { SaluteSession } from './salute';
export interface SaluteSessionStorage {
resolve: (id: string) => Promise<SaluteSession>;
save: ({ id, session }: {
save: (params: {
id: string;
session: SaluteSession;
lifetime?: number;
}) => Promise<void>;
reset: (id: string) => Promise<void>;
validate?: () => Promise<void>;
}
//# sourceMappingURL=storage.d.ts.map
{
"name": "@salutejs/scenario",
"version": "0.40.0",
"version": "0.41.0-canary.114.7059078556.0",
"description": "Tiny helpers to make scenario for Salute family",

@@ -40,3 +40,3 @@ "author": "Salute Frontend Team <salute.developers@gmail.com>",

},
"gitHead": "2d2a6d700ba8a861578c78ea9edcee1b0764f8d6"
"gitHead": "dbd6e74adc162db0ac143990deaf0b16f5a562b3"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc