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

@tramvai/tokens-core

Package Overview
Dependencies
Maintainers
3
Versions
584
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tramvai/tokens-core - npm Package Compare versions

Comparing version 2.0.7 to 2.2.2

30

lib/index.d.ts

@@ -8,8 +8,8 @@ import type { Container, Provider } from '@tinkoff/dippy';

export declare const BUNDLE_LIST_TOKEN: any;
export declare const ACTIONS_LIST_TOKEN: Action<any, any, any>[];
export declare const ACTIONS_LIST_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<Action<any, any, any>[]>;
export declare const MODULES_LIST_TOKEN: any;
export declare const APP_INFO_TOKEN: {
export declare const APP_INFO_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<{
[key: string]: string;
appName: string;
};
}>;
export interface CommandLine {

@@ -24,15 +24,15 @@ lines: CommandLines;

};
export declare const COMMAND_LINE_RUNNER_TOKEN: CommandLine;
export declare const COMMAND_LINES_TOKEN: CommandLines;
export declare const COMMAND_LINE_RUNNER_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<CommandLine>;
export declare const COMMAND_LINES_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<CommandLines>;
export declare const commandLineListTokens: {
init: Command;
listen: Command;
customerStart: Command;
resolveUserDeps: Command;
resolvePageDeps: Command;
generatePage: Command;
clear: Command;
spaTransition: Command;
afterSpaTransition: Command;
close: Command;
init: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
listen: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
customerStart: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
resolveUserDeps: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
resolvePageDeps: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
generatePage: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
clear: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
spaTransition: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
afterSpaTransition: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
close: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>;
};
{
"name": "@tramvai/tokens-core",
"version": "2.0.7",
"version": "2.2.2",
"description": "Tramvai core tokens",

@@ -22,6 +22,6 @@ "main": "lib/index.js",

"dependencies": {
"@tramvai/types-actions-state-context": "2.0.7"
"@tramvai/types-actions-state-context": "2.2.2"
},
"peerDependencies": {
"@tinkoff/dippy": "0.7.42",
"@tinkoff/dippy": "0.7.43",
"tslib": "^2.0.3"

@@ -28,0 +28,0 @@ },

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