Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 2.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.2.0](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/compare/@react-buddy/ide-toolbox@2.1.2...@react-buddy/ide-toolbox@2.2.0) (2022-06-21)
### Features
* Add an ability to specify component/variant documentation url [#29](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/issues/29) ([2b6e374](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/commit/2b6e374f8e5bf7132cb20447151312604eec6412))
## [2.1.2](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/compare/@react-buddy/ide-toolbox@2.1.0...@react-buddy/ide-toolbox@2.1.2) (2022-04-21)

@@ -8,0 +19,0 @@

2

dist/palette/palette.d.ts

@@ -12,2 +12,3 @@ import React, { PropsWithChildren, ReactElement } from 'react';

subComponents?: JSX.Element | JSX.Element[];
docURL?: string;
};

@@ -20,2 +21,3 @@ export declare type VariantProps = {

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

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

4

package.json
{
"name": "@react-buddy/ide-toolbox",
"version": "2.1.2",
"version": "2.2.0",
"description": "React IDE toolbox",

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

"license": "Apache-2.0",
"gitHead": "3956f6ab394d0351ebbdcce0011d7da9031a1270"
"gitHead": "d895f4285da2170864fd401332479b9b734c4c5b"
}

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