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

slidev-theme-comfy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slidev-theme-comfy - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

8

example.md

@@ -78,2 +78,10 @@ ---

```
Hello
```ts
function updateUser(id: number, update: Partial<User>) {
const user = getUser(id)
const newUser = { ...user, ...update }
saveUser(id, newUser)
}
```

@@ -80,0 +88,0 @@ ---

2

package.json
{
"name": "slidev-theme-comfy",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [

@@ -5,0 +5,0 @@ "slidev-theme",

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