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

@spark-ui/input

Package Overview
Dependencies
Maintainers
7
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/input - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

6

CHANGELOG.md

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

# [0.10.0](https://github.com/adevinta/spark/compare/@spark-ui/input@0.9.0...@spark-ui/input@0.10.0) (2023-07-13)
### Features
- **input:** small code changes ([7b70625](https://github.com/adevinta/spark/commit/7b706259ae06eeb6fbd18461b75c1445b2dea4a3))
# [0.9.0](https://github.com/adevinta/spark/compare/@spark-ui/input@0.8.0...@spark-ui/input@0.9.0) (2023-07-10)

@@ -8,0 +14,0 @@

5

dist/InputStateIndicator.d.ts

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

import { ReactElement, ReactNode } from 'react';
import { ReactElement } from 'react';
import { InputTrailingIconProps } from './InputTrailingIcon';

@@ -7,7 +7,6 @@ export interface InputStateIndicatorProps extends Omit<InputTrailingIconProps, 'children'> {

successIcon?: ReactElement;
children?: ReactNode;
}
export declare const InputStateIndicator: {
({ errorIcon, alertIcon, successIcon, ...rest }: InputStateIndicatorProps): JSX.Element | null;
({ errorIcon, alertIcon, successIcon, ...others }: InputStateIndicatorProps): JSX.Element | null;
displayName: string;
};

4

package.json
{
"name": "@spark-ui/input",
"version": "0.9.0",
"version": "0.10.0",
"description": "Component used to get user input in a text field",

@@ -34,3 +34,3 @@ "publishConfig": {

"license": "MIT",
"gitHead": "a09f473e35a2b9d43211a6b43dc5d64006b1c127"
"gitHead": "8c7bc3fa32443010256f80d13b39d93f36abd303"
}
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