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

@cloudscape-design/theming-runtime

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudscape-design/theming-runtime - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

2

internal/manifest.json
{
"commit": "68114416adf6bf9443f37fca3ebf764c8b62ae59"
"commit": "993692cc97514cff33cfe390ef03b2d46b097890"
}
{
"version": "1.0.18",
"version": "1.0.19",
"name": "@cloudscape-design/theming-runtime",

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

@@ -72,3 +72,7 @@ import { __assign, __spreadArray } from "tslib";

var theme = themes_1[_i];
contexts.push.apply(contexts, Object.keys(theme.contexts));
Object.keys(theme.contexts).forEach(function (contextName) {
if (contexts.indexOf(contextName) === -1) {
contexts.push(contextName);
}
});
}

@@ -75,0 +79,0 @@ return contexts;

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