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
0
Versions
587
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 3.41.1 to 3.41.3

1

lib/command.d.ts

@@ -6,2 +6,3 @@ import type { Container, MultiTokenInterface, Provider } from '@tinkoff/dippy';

run(type: keyof CommandLines, status: keyof CommandLineDescription, providers?: Provider[], customDi?: Container, key?: string | number): Promise<Container>;
resolveDi(type: keyof CommandLines, status: keyof CommandLineDescription, rootDi: Container, providers?: Provider[]): Container;
}

@@ -8,0 +9,0 @@ export type CommandLineDescription = Record<string, MultiTokenInterface<Command>[]>;

4

package.json
{
"name": "@tramvai/tokens-core",
"version": "3.41.1",
"version": "3.41.3",
"description": "Tramvai core tokens",

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

"dependencies": {
"@tramvai/types-actions-state-context": "3.41.1"
"@tramvai/types-actions-state-context": "3.41.3"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

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