Socket
Socket
Sign inDemoInstall

@logrock/pebbles

Package Overview
Dependencies
28
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.3 to 5.2.0

2

dist/components/InputBox/BaseInputBox.d.ts

@@ -9,3 +9,3 @@ import React, { FC } from "react";

status?: "info" | "error";
helper?: string;
helper?: React.ReactNode;
spaced?: boolean;

@@ -12,0 +12,0 @@ }

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

import React from "react";
export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, {

@@ -7,4 +8,4 @@ focus?: boolean | undefined;

focus?: boolean | undefined;
helper?: string | undefined;
helper?: React.ReactNode;
description?: string | undefined;
}, never>;

@@ -17,3 +17,3 @@ {

},
"version": "5.1.3",
"version": "5.2.0",
"scripts": {

@@ -20,0 +20,0 @@ "build": "tsc --noEmit && vite build",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc