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

flowbite-svelte

Package Overview
Dependencies
Maintainers
1
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-svelte - npm Package Compare versions

Comparing version 0.14.13 to 0.14.14

ratings/AdvancedRating.svelte

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.14.14](https://github.com/themesberg/flowbite-svelte/compare/v0.14.13...v0.14.14) (2022-04-21)
### Features
* add Rating, AdvancedRating, and ScoreRating components ([8c91712](https://github.com/themesberg/flowbite-svelte/commit/8c91712d703364948b00c387a2b3f1d42be6159f))
### [0.14.13](https://github.com/themesberg/flowbite-svelte/compare/v0.14.12...v0.14.13) (2022-04-20)

@@ -7,0 +14,0 @@

@@ -103,2 +103,7 @@ // Accordion

// Rating
export { default as Rating } from './ratings/Rating.svelte'
export { default as AdvancedRating } from './ratings/AdvancedRating.svelte'
export { default as ScoreRating } from './ratings/ScoreRating.svelte'
// Sidebar

@@ -105,0 +110,0 @@ export { default as Sidebar } from './sidebars/Sidebar.svelte'

6

package.json
{
"name": "flowbite-svelte",
"version": "0.14.13",
"version": "0.14.14",
"description": "Flowbite components for Svelte",

@@ -158,2 +158,6 @@ "main": "./package/index.js",

"./progressbars/Progressbar.svelte": "./progressbars/Progressbar.svelte",
"./ratings/AdvancedRating.svelte": "./ratings/AdvancedRating.svelte",
"./ratings/Rating.svelte": "./ratings/Rating.svelte",
"./ratings/RatingComment.svelte": "./ratings/RatingComment.svelte",
"./ratings/ScoreRating.svelte": "./ratings/ScoreRating.svelte",
"./sidebars/Sidebar.svelte": "./sidebars/Sidebar.svelte",

@@ -160,0 +164,0 @@ "./sidebars/SidebarDropdown.svelte": "./sidebars/SidebarDropdown.svelte",

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