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

vike-vue

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vike-vue - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

dist/helpers/clientOnly.d.ts

1

dist/components/ClientOnly.js

@@ -8,2 +8,3 @@ import { defineComponent, useSlots, defineAsyncComponent, ref, onMounted, openBlock, createBlock, unref, createCommentVNode } from "vue";

setup(__props) {
console.warn("[vike-vue][warning] <ClientOnly> is deprecated, use clientOnly() instead");
const props = __props;

@@ -10,0 +11,0 @@ const slots = useSlots();

{
"name": "vike-vue",
"version": "0.7.3",
"version": "0.7.4",
"type": "module",

@@ -14,2 +14,3 @@ "main": "./dist/index.js",

"./useData": "./dist/hooks/useData.js",
"./clientOnly": "./dist/helpers/clientOnly.js",
"./ClientOnly": {

@@ -64,2 +65,5 @@ "default": "./dist/components/ClientOnly.js",

],
"clientOnly": [
"./dist/helpers/clientOnly.d.ts"
],
"renderer/onRenderHtml": [

@@ -66,0 +70,0 @@ "./dist/renderer/onRenderHtml.d.ts"

6

README.md

@@ -100,7 +100,7 @@ <!-- WARNING: keep links absolute in this file so they work on NPM too -->

## Components
## Helpers
`vike-vue` introduces the following new components:
`vike-vue` introduces the following new helpers:
* [`ClientOnly`](https://vike.dev/ClientOnly): Wrapper to render and load a component only on the client-side.
* [`clientOnly()`](https://vike.dev/clientOnly): load and render a component only on the client-side.

@@ -107,0 +107,0 @@ ## Teleports

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