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

@codewithshin/svelte-utterances

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codewithshin/svelte-utterances - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@codewithshin/svelte-utterances",
"version": "0.1.0",
"version": "0.1.1",
"description": "Svelte Utterances Component",

@@ -5,0 +5,0 @@ "author": {

@@ -1,4 +0,38 @@

# @codewithshin/svelte-utterances
# svelte-utterances
## Installation
```sh
npm i -D @codewithshin/svelte-utterances
```
## Props
| Name | Default |
| ----------- | -------------- |
| `reponame` | None |
| `issueTerm` | `pathname` |
| `label` | `comments` |
| `theme` | `github-light` |
### Themes
Select one from:
`github-light`, `github-dark`, `preferred-color-scheme`, `github-dark-orange`, `icy-dark`, `dark-blue`, `photon-dark`, `boxy-light`, or `gruvbox-dark`.
## How to use
```js
<script>
import { Utterances } from '@codewithshin/svelte-utterances'
</script>
<Utterances
theme="github-dark"
/>
```
Check more details [Utterances](https://utteranc.es/)
## Credits

@@ -5,0 +39,0 @@

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