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
418
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

to
0.0.0-alpha.47

9

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

@@ -12,2 +12,7 @@ "license": "MIT",

"author": "antfu <anthonyfu117@hotmail.com>",
"files": [
"dist",
"client.d.ts",
"index.d.ts"
],
"main": "dist/index.js",

@@ -24,4 +29,4 @@ "module": "dist/index.mjs",

"@antfu/utils": "^0.1.4",
"markdown-it-shiki": "^0.2.2"
"markdown-it-shiki": "^0.2.3"
}
}