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

react-bytesize-icons

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bytesize-icons - npm Package Compare versions

Comparing version 0.8.3 to 0.9.0

Activity.js

6

package.json
{
"name": "react-bytesize-icons",
"version": "0.8.3",
"version": "0.9.0",
"description": "Bytesize Icons as React Components.",
"main": "lib/index.js",
"main": "index.js",
"scripts": {
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir ./"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -8,3 +8,3 @@ ## Bytesize icons as React components.

`npm install --save react-bytesize-icons`
`npm install --save react-bytesize-icons`

@@ -20,3 +20,2 @@ ### How to use?

ReactDOM.render(

@@ -28,2 +27,7 @@ <Twitter width={50} height={50} color="#1da1f2" />,

You can also import this as following.
```
import Twitter from 'react-bytesize-icons/Twitter';
```
You should follow the import method which suits your needs. For details check [#9](https://github.com/abdelhai/react-bytesize-icons/pull/9).

@@ -30,0 +34,0 @@ ### Components reference

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