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

@react-buddy/ide-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-buddy/ide-toolbox - npm Package Compare versions

Comparing version 2.1.0-dev.0 to 2.1.0-dev.1

4

dist/palette/palette.d.ts

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

import React from 'react';
import React, { ReactElement } from 'react';
export declare type CategoryProps = {

@@ -11,2 +11,3 @@ name: string;

defaultProps?: {};
subComponents: JSX.Element | JSX.Element[];
};

@@ -18,2 +19,3 @@ export declare type VariantProps = {

requiredParams?: Array<string>;
proto: (...args: unknown[]) => ReactElement<any, any> | null | void;
};

@@ -20,0 +22,0 @@ export declare const Category: React.FC<CategoryProps>;

{
"name": "@react-buddy/ide-toolbox",
"version": "2.1.0-dev.0",
"version": "2.1.0-dev.1",
"description": "React IDE toolbox",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"peerDependencies": {
"react": "^17.0.0"
"react": "^17.0.0 || ^18.0.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

"license": "Apache-2.0",
"gitHead": "6c98561d1a2937291efd5596cad22679c5e6137d"
"gitHead": "f6ee7c1a0531d1b7ba69b33e78b5e3f891b8d6fa"
}

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