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

@readapt/settings

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readapt/settings - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

dist/types/options/colors.d.ts
export declare const colors: readonly ["#5fa2ce", "#76b7b2", "#b07aa1", "#fc7d0b", "#a3cce9", "#c85200", "#7b848f", "#59a14f", "#ff9da7", "#edc948", "#9c755f", "#ffbc79"];
export type ColorOption = typeof colors[number];
export type ColorOption = (typeof colors)[number];
//# sourceMappingURL=colors.d.ts.map
{
"name": "@readapt/settings",
"version": "1.7.1",
"version": "1.7.2",
"main": "dist/readapt-settings.js",

@@ -5,0 +5,0 @@ "module": "dist/readapt-settings.esm.js",

@@ -16,2 +16,2 @@ export const colors = [

export type ColorOption = typeof colors[number]
export type ColorOption = (typeof colors)[number]

Sorry, the diff of this file is not supported yet

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