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

react-cosmos-plugin-open-fixture

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cosmos-plugin-open-fixture - npm Package Compare versions

Comparing version 6.0.0-canary.36d3be3.0 to 6.0.0-canary.41a6563.0

1

dist/OpenFixtureButton.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
type Props = {

@@ -2,0 +3,0 @@ onClick: () => unknown;

6

dist/ui.js

@@ -95,4 +95,4 @@ /******/ (() => { // webpackBootstrap

function Icon({ children, size = '100%' }) {
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_BaseSvg_js__WEBPACK_IMPORTED_MODULE_1__.BaseSvg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, children));
function Icon({ children, size = '100%', strokeWidth = 1.5 }) {
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_BaseSvg_js__WEBPACK_IMPORTED_MODULE_1__.BaseSvg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }, children));
}

@@ -282,3 +282,3 @@

react__WEBPACK_IMPORTED_MODULE_0__.createElement("polygon", { points: "18 2 22 6 12 16 8 16 8 12 18 2" })));
const CheckCircleIcon = () => (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_Icon_js__WEBPACK_IMPORTED_MODULE_1__.Icon, null,
const CheckCircleIcon = (props) => (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_Icon_js__WEBPACK_IMPORTED_MODULE_1__.Icon, { ...props },
react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }),

@@ -285,0 +285,0 @@ react__WEBPACK_IMPORTED_MODULE_0__.createElement("polyline", { points: "22 4 12 14.01 9 11.01" })));

{
"name": "react-cosmos-plugin-open-fixture",
"version": "6.0.0-canary.36d3be3.0+36d3be3",
"version": "6.0.0-canary.41a6563.0+41a6563",
"description": "React Cosmos plugin for opening fixture source files",

@@ -10,6 +10,6 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-open-fixture",

"devDependencies": {
"react-cosmos-ui": "^6.0.0-canary.36d3be3.0+36d3be3",
"react-cosmos-ui": "6.0.0-canary.41a6563.0+41a6563",
"react-plugin": "^3.0.0-alpha.4"
},
"gitHead": "36d3be391b4a5b30062094b64842ab84c5c8f3f0"
"gitHead": "41a65634c59681f1b0d91a903fa0b2dcf227d3d9"
}
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