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
2
Versions
414
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.48.0-beta.20 to 0.48.0-beta.21

12

client.d.ts

@@ -25,11 +25,11 @@ // Types for virtual modules

declare module '#slidev/routes' {
import type { RouteRecordRaw } from 'vue-router'
declare module '#slidev/slides' {
import type { ShallowRef } from 'vue'
import type { SlideRoute } from '@slidev/types'
const rawRoutes: RouteRecordRaw[]
const redirects: RouteRecordRaw[]
export { rawRoutes, redirects }
const slides: ShallowRef<SlideRoute[]>
export { slides }
}
declare module '@slidev/titles.md' {
declare module '#slidev/titles.md' {
import type { ComponentOptions } from 'vue'

@@ -36,0 +36,0 @@

{
"name": "@slidev/types",
"version": "0.48.0-beta.20",
"version": "0.48.0-beta.21",
"description": "Shared types declarations for Slidev",

@@ -5,0 +5,0 @@ "author": "antfu <anthonyfu117@hotmail.com>",

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