New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-cosmos-plugin-open-fixture

Package Overview
Dependencies
Maintainers
1
Versions
268
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.ada5aec.0 to 6.0.0-canary.b216096.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.ada5aec.0+ada5aec",
"version": "6.0.0-canary.b216096.0+b216096",
"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.ada5aec.0+ada5aec",
"react-cosmos-ui": "6.0.0-canary.b216096.0+b216096",
"react-plugin": "^3.0.0-alpha.4"
},
"gitHead": "ada5aec5d92c3602f6c7ab2c0f3869b968b334e5"
"gitHead": "b2160960f71f4011c0bdbf6acd4465b7d5ad00f2"
}
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