Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@awsui/theming-runtime

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awsui/theming-runtime - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

2

internal/manifest.json
{
"commit": "535ecc7305018c6a83402a0fe2d623015b9f6f60"
"commit": "3e97baae2321c4fa699bb1f4fdee0cebdbdcc664"
}
{
"version": "1.0.34",
"version": "1.0.35",
"name": "@awsui/theming-runtime",

@@ -4,0 +4,0 @@ "main": "./browser/index.js",

import { Context, Mode } from '.';
import { Theme, Value } from './interfaces';
type ModeTokenResolution = Record<string, Value>;
type SpecificTokenResolution = Value;
export type ModeTokenResolution = Record<string, Value>;
export type SpecificTokenResolution = Value;
interface ThemeResolution<TR> {

@@ -6,0 +6,0 @@ [token: string]: TR;

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