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

kapix-vite-ssg

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kapix-vite-ssg - npm Package Compare versions

Comparing version 0.22.2 to 0.22.3

35

package.json
{
"name": "kapix-vite-ssg",
"version": "0.22.2",
"version": "0.22.3",
"packageManager": "pnpm@7.8.0",

@@ -82,3 +82,3 @@ "description": "Server-side generation for Vite",

"build": "unbuild",
"prepublishOnly": "npm run build",
"prepublishOnly": "yarn version --patch & npm run build",
"typecheck": "vue-tsc --noEmit",

@@ -88,8 +88,8 @@ "release": "bumpp && npm publish"

"peerDependencies": {
"@vueuse/head": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0",
"@vueuse/head": "^0.6.0 || ^1.0.0",
"@vueuse/schema-org-vite": "1.1.0-beta.5",
"critters": "^0.0.16",
"vite": "^4.0.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"@vueuse/schema-org-vite": "1.1.0-beta.5"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0",
"vue": "^3.2.10",
"vue-router": "^4.0.1"
},

@@ -105,3 +105,4 @@ "peerDependenciesMeta": {

"dependencies": {
"fs-extra": "^10.1.0",
"@unhead/dom": "^1.0.13",
"fs-extra": "^11.1.0",
"html-minifier": "^4.0.0",

@@ -119,22 +120,22 @@ "html5parser": "^2.0.2",

"@types/jsdom": "^20.0.1",
"@types/prettier": "^2.7.2",
"@types/yargs": "^17.0.19",
"@vueuse/head": "^0.9.8",
"@types/prettier": "^2.7.1",
"@types/yargs": "^17.0.17",
"@vueuse/head": "^1.0.22",
"bumpp": "^8.2.1",
"critters": "^0.0.16",
"eslint": "^8.32.0",
"eslint": "^8.29.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"p-queue": "^7.3.0",
"rollup": "^2.79.1",
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"unbuild": "^0.9.4",
"vite": "^4.0.4",
"unbuild": "^1.0.2",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.13.3",
"vitest": "^0.24.5",
"vitest": "^0.25.7",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.24"
"vue-tsc": "^1.0.13"
}
}

@@ -33,3 +33,3 @@ # Vite SSG

// src/main.ts
import { ViteSSG } from 'vite-ssg'
import { ViteSSG } from 'kapix-vite-ssg'
import App from './App.vue'

@@ -164,3 +164,3 @@

// main.ts
import { ViteSSG } from 'vite-ssg'
import { ViteSSG } from 'kapix-vite-ssg'
import { createPinia } from 'pinia'

@@ -201,3 +201,3 @@ import routes from 'virtual:generated-pages'

// main.ts
import { ViteSSG } from 'vite-ssg'
import { ViteSSG } from 'kapix-vite-ssg'
import routes from 'virtual:generated-pages'

@@ -250,3 +250,3 @@ import { createStore } from 'vuex'

import devalue from '@nuxt/devalue'
import { ViteSSG } from 'vite-ssg'
import { ViteSSG } from 'kapix-vite-ssg'
// ...

@@ -364,3 +364,3 @@ import App from './App.vue'

import { ViteSSG } from 'vite-ssg'
import { ViteSSG } from 'kapix-vite-ssg'
import App from './App.vue'

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