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.42 to 0.0.0-alpha.43

dist/index.d.ts

2

index.d.ts
import './client'
export * from './types'
export * from './dist/index.d'
{
"name": "@slidev/types",
"version": "0.0.0-alpha.42",
"version": "0.0.0-alpha.43",
"description": "Shared types declerations for Slidev",

@@ -12,6 +12,15 @@ "license": "MIT",

"author": "antfu <anthonyfu117@hotmail.com>",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "index.d.ts",
"homepage": "https://github.com/slidevjs/slidev",
"bugs": "https://github.com/slidevjs/slidev/issues"
"bugs": "https://github.com/slidevjs/slidev/issues",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "nr build --watch"
},
"devDependencies": {
"@antfu/utils": "^0.1.4",
"markdown-it-shiki": "^0.2.2"
}
}
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