Socket
Socket
Sign inDemoInstall

@payloadcms/live-preview

Package Overview
Dependencies
Maintainers
7
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/live-preview - npm Package Compare versions

Comparing version 3.0.0-canary.fb81f02 to 3.0.0-canary.ff8c8fd

2

dist/mergeData.js

@@ -31,3 +31,3 @@ import { traverseFields } from './traverseFields.js';

apiPath: apiRoute || '/api',
endpoint: `${collection}?depth=${depth}&where[id][in]=${Array.from(ids).join(',')}`,
endpoint: encodeURI(`${collection}?depth=${depth}&where[id][in]=${Array.from(ids).join(',')}`),
serverURL

@@ -34,0 +34,0 @@ }).then((res)=>res.json());

{
"name": "@payloadcms/live-preview",
"version": "3.0.0-canary.fb81f02",
"version": "3.0.0-canary.ff8c8fd",
"description": "The official live preview JavaScript SDK for Payload",

@@ -28,3 +28,3 @@ "homepage": "https://payloadcms.com",

"@payloadcms/eslint-config": "3.0.0-beta.59",
"payload": "3.0.0-canary.fb81f02"
"payload": "3.0.0-canary.ff8c8fd"
},

@@ -31,0 +31,0 @@ "publishConfig": {

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