Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@teamnovu/statamic-live-preview-nuxt

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamnovu/statamic-live-preview-nuxt - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

LICENCE

6

package.json
{
"name": "@teamnovu/statamic-live-preview-nuxt",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Nuxt.js Plugin for the Statamic Live Preview",

@@ -10,3 +10,3 @@ "private": false,

"release-minor": "standard-version --release-as minor && git push --follow-tags && npm publish",
"release-major": "standard-version --release-as major && git push --follow-tags && npm publish",
"release-major": "standard-version --release-as major && gi t push --follow-tags && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -19,3 +19,3 @@ },

"author": "novu GmbH",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -22,0 +22,0 @@ "url": "https://github.com/teamnovu/statamic-live-preview-nuxt/issues"

@@ -44,2 +44,3 @@ # Statamic Live Preview for Nuxt

For better user experience you can enable scroll to element when the user focuses an input element. However **not all** editable fields are supported.
Register the Vue Directive to enable ScrollTo Element behavior.

@@ -68,4 +69,4 @@

<ComponentsLoader
:components="page.replicator_product_components"
v-editor-target="'replicator_product_components'"
:components="page.replicator_product_components"
v-editor-target="'replicator_product_components'"
/>

@@ -81,4 +82,4 @@ ```

<Component
...
v-editor-target="index"
...
v-editor-target="index"
/>

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