Socket
Socket
Sign inDemoInstall

@types/react-flags-select

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

4

react-flags-select/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for react-flags-select 1.1

import { Component } from 'react';
import { Component } from "react";

@@ -13,3 +13,3 @@ interface Props {

blackList?: boolean | undefined;
customLabels?: {[propName: string]: string} | undefined;
customLabels?: { [propName: string]: string } | undefined;
selectedSize?: number | undefined;

@@ -16,0 +16,0 @@ optionsSize?: number | undefined;

{
"name": "@types/react-flags-select",
"version": "1.1.3",
"version": "1.1.4",
"description": "TypeScript definitions for react-flags-select",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-flags-select",

},
"typesPublisherContentHash": "1892675f989cc83a496a7c0737faccb3637102b40a1ecb12dd1b81f2399aaaab",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "3ccf82656a321d3758ca4bc89c446e3eb0d0df772d0abbcd92bc6aed082c579a",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { Component } from 'react';
import { Component } from "react";

@@ -23,3 +23,3 @@ interface Props {

blackList?: boolean | undefined;
customLabels?: {[propName: string]: string} | undefined;
customLabels?: { [propName: string]: string } | undefined;
selectedSize?: number | undefined;

@@ -46,3 +46,3 @@ optionsSize?: number | undefined;

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:20:40 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -49,0 +49,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc