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

@launcher/component

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launcher/component - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

5

build/types/core/types.d.ts

@@ -6,2 +6,7 @@ import { FunctionComponent } from 'react';

}
export interface InputPropsWithValidation<T> {
value: T;
isValid: boolean;
onChange: (value: T, isValid: boolean) => void;
}
export interface FormProps<T> {

@@ -8,0 +13,0 @@ initialValue: T;

4

package.json
{
"name": "@launcher/component",
"version": "2.0.6",
"version": "2.0.7",
"license": "Apache-2.0",

@@ -50,3 +50,3 @@ "main": "build/index.js",

},
"gitHead": "2a0a9c06330403ac97f1d4314d5e431cc7d8c53e"
"gitHead": "23092f67a2455b09d171f9eb27ead0cd9cbc43a1"
}
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