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

@types/react-blockies

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-blockies - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

12

react-blockies/index.d.ts

@@ -10,8 +10,8 @@ // Type definitions for react-blockies 1.4

seed: string;
size?: number;
scale?: number;
color?: string;
bgColor?: string;
spotColor?: string;
className?: string;
size?: number | undefined;
scale?: number | undefined;
color?: string | undefined;
bgColor?: string | undefined;
spotColor?: string | undefined;
className?: string | undefined;
}

@@ -18,0 +18,0 @@

{
"name": "@types/react-blockies",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for react-blockies",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "c0511778cf5f63ab703d9576dec56d92582ad3edd0bf6fe8b7e7588edd5a4439",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "925455b4d149e680e6783723b4141e6113bee3a4a47c3221e8a2a2057124b15e",
"typeScriptVersion": "3.6"
}

@@ -9,5 +9,28 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies/index.d.ts)
````ts
// Type definitions for react-blockies 1.4
// Project: https://github.com/stephensprinkle/react-blockies#readme
// Definitions by: Martin Triay <https://github.com/martriay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as React from 'react';
export interface IdenticonProps {
seed: string;
size?: number | undefined;
scale?: number | undefined;
color?: string | undefined;
bgColor?: string | undefined;
spotColor?: string | undefined;
className?: string | undefined;
}
export const Identicon: React.FC<IdenticonProps>;
export default Identicon;
````
### Additional Details
* Last updated: Mon, 06 Jul 2020 09:04:25 GMT
* Last updated: Thu, 08 Jul 2021 20:20:27 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +37,0 @@ * Global values: none

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