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

react-cosmos-ui

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cosmos-ui - npm Package Compare versions

Comparing version 6.0.0-canary.dffb812.0 to 6.0.0-canary.e901d3a.0

2

dist/plugins/RendererPreview/checkRendererStatus.js

@@ -11,3 +11,3 @@ export function checkRendererStatus(context, rendererUrl) {

let unmounted = false;
fetch(rendererUrl, { credentials: 'include' })
fetch(rendererUrl, { credentials: 'same-origin' })
.then(({ status }) => {

@@ -14,0 +14,0 @@ if (!unmounted) {

{
"name": "react-cosmos-ui",
"version": "6.0.0-canary.dffb812.0+dffb812",
"version": "6.0.0-canary.e901d3a.0+e901d3a",
"description": "React Cosmos UI",

@@ -13,5 +13,8 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-ui",

],
"scripts": {
"playground": "cosmos"
},
"dependencies": {
"lodash-es": "^4.17.21",
"react-cosmos-core": "^6.0.0-canary.dffb812.0+dffb812"
"react-cosmos-core": "^6.0.0-canary.e901d3a.0+e901d3a"
},

@@ -22,5 +25,5 @@ "devDependencies": {

"react-plugin": "^3.0.0-alpha.4",
"styled-components": "^5.3.6"
"styled-components": "^5.3.8"
},
"gitHead": "dffb812d8937984365421b94d62325c076659eba"
"gitHead": "e901d3a46ee43a24b6279395e6718c9521088b60"
}

Sorry, the diff of this file is too big to display

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