🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vite-plugin-open-graph

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-open-graph - npm Package Compare versions

Comparing version

to
2.0.1

dist/index.d.cts

23

package.json
{
"name": "vite-plugin-open-graph",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"packageManager": "pnpm@8.6.2",

@@ -28,9 +28,12 @@ "description": "Generate open graph meta tags for your vite app.",

".": {
"types": "./dist/index.d.ts",
"types": {
"require": "./dist/index.d.cts",
"import": "./dist/index.d.ts"
},
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.js"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -41,3 +44,3 @@ "typesVersions": {

"./dist/*",
"./dist/index.d.ts"
"./*"
]

@@ -51,6 +54,6 @@ }

"play": "vite playground",
"build": "unbuild",
"dev": "unbuild --stub",
"build": "tsup",
"dev": "tsup --watch src",
"lint": "eslint . --fix",
"prepublishOnly": "unbuild",
"prepublishOnly": "tsup",
"release": "bumpp && npm publish",

@@ -65,4 +68,4 @@ "test": "vitest",

"eslint": "^8.43.0",
"tsup": "^7.2.0",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^3.2.7",

@@ -69,0 +72,0 @@ "vitest": "^0.32.2"

Sorry, the diff of this file is not supported yet