Socket
Socket
Sign inDemoInstall

@blockchain-com/components

Package Overview
Dependencies
37
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

29

CHANGELOG.md
# Blockchain Components
## v1.1.2 ( Thu Aug 30 2018 15:46:21 GMT+0100 (British Summer Time) )
## v1.1.2 ( Tue Sep 04 2018 14:20:01 GMT+0100 (British Summer Time) )
## Bug Fixes
- **dependency**
- update react-tooltip (#68)
([03f05730](git@github.com:blockchain/components/commit/03f057307f17951e64d780a0cab9c36925ab954a))
## Documentation
- **naming**
- rename lib to components to avoid confusion with bci-comp (#67)
([b60df2f7](git@github.com:blockchain/components/commit/b60df2f776d1926fccf8e91c243680226bc10512))
## Chore
- **version**
- bump to v1.1.3 (#69)
([1c642839](git@github.com:blockchain/components/commit/1c642839d4c3f7b7039a658cfb1c5a2374f38463))

6

package.json
{
"name": "@blockchain-com/components",
"version": "1.1.2",
"version": "1.1.3",
"description": "Blockchain.com components library",

@@ -81,3 +81,3 @@ "main": "lib/index.js",

"react-dom": "16.4.2",
"react-tooltip": "git://github.com/plondon/react-tooltip.git#93bfe390a52ae9df882c21bf420e6c345f38db02",
"react-tooltip": "3.8.0",
"rimraf": "2.6.2",

@@ -99,5 +99,5 @@ "standard": "11.0.1",

"react-dom": "^16.4.2",
"react-tooltip": "git://github.com/plondon/react-tooltip.git#93bfe390a52ae9df882c21bf420e6c345f38db02",
"react-tooltip": "^3.8.0",
"styled-components": "^3.3.3"
}
}

@@ -5,4 +5,4 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)

# Blockchain Components
The library Blockchain Components is based on React and styled-components. It contains basic components, "atoms", and more complex "molecules" that are used on the [Blockchain.com](https://www.blockchain.com) ecosystem.
# Components
The library Components is based on React and styled-components. It contains basic components, "atoms", and more complex "molecules" that are used on the [Blockchain.com](https://www.blockchain.com) ecosystem.

@@ -25,4 +25,4 @@ ## Tooling

1. `git clone git@github.com:blockchain/blockchain-info-components.git`
2. `cd path-to/blockchain-info-components`
1. `git clone git@github.com:blockchain/components.git`
2. `cd path-to/components`
3. `npm link`

@@ -32,3 +32,3 @@ 4. `cd path-to/my-app`

You can also use the task `npm run build:watch` on blockchain-info-components to automatically recompile the library and trigger a refresh on your app :fire:.
You can also use the task `npm run build:watch` on `components` to automatically recompile the library and trigger a refresh on your app :fire:.

@@ -35,0 +35,0 @@ :zap: you need to run `npm link @blockchain-com/components` everytime you run `npm i` or `yarn`...

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