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

@slidev/types

Package Overview
Dependencies
Maintainers
1
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slidev/types - npm Package Compare versions

Comparing version 0.0.0-alpha.25 to 0.0.0-alpha.26

2

package.json
{
"name": "@slidev/types",
"version": "0.0.0-alpha.25",
"version": "0.0.0-alpha.26",
"description": "Shared types declerations for Slidev",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -25,4 +25,13 @@ export interface SlideInfo {

title: string
/**
* @defult 'default'
*/
theme: string
remoteAssets: boolean | 'dev'
/**
* @defult true
*/
remoteAssets: boolean | 'dev' | 'build'
/**
* @defult 'dev'
*/
monaco: boolean | 'dev'

@@ -29,0 +38,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