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

@payloadcms/live-preview-react

Package Overview
Dependencies
Maintainers
0
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/live-preview-react - npm Package Compare versions

Comparing version 3.0.0-canary.4de9e42 to 3.0.0-canary.4eb1bfc

5

dist/RefreshRouteOnSave.js

@@ -29,2 +29,4 @@ 'use client';

});
// refresh after the ready message is sent to get the latest data
refresh();
}

@@ -40,3 +42,4 @@ return ()=>{

depth,
apiRoute
apiRoute,
refresh
]);

@@ -43,0 +46,0 @@ return null;

26

package.json
{
"name": "@payloadcms/live-preview-react",
"version": "3.0.0-canary.4de9e42",
"description": "The official live preview React SDK for Payload",
"version": "3.0.0-canary.4eb1bfc",
"description": "The official React SDK for Payload Live Preview",
"homepage": "https://payloadcms.com",

@@ -27,13 +27,13 @@ "repository": {

"dependencies": {
"@payloadcms/live-preview": "3.0.0-canary.4de9e42"
"@payloadcms/live-preview": "3.0.0-canary.4eb1bfc"
},
"devDependencies": {
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"@payloadcms/eslint-config": "3.0.0-beta.59",
"payload": "3.0.0-canary.4de9e42"
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@payloadcms/eslint-config": "3.0.0-beta.97",
"payload": "3.0.0-canary.4eb1bfc"
},
"peerDependencies": {
"react": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610",
"react-dom": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610"
"react": "^19.0.0 || ^19.0.0-rc-3edc000d-20240926",
"react-dom": "^19.0.0 || ^19.0.0-rc-3edc000d-20240926"
},

@@ -44,4 +44,4 @@ "publishConfig": {

"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
},

@@ -53,4 +53,6 @@ "scripts": {

"clean": "rimraf {dist,*.tsbuildinfo}",
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/"
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}

Sorry, the diff of this file is not supported yet

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