Socket
Socket
Sign inDemoInstall

carbon-addons-bluemix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-addons-bluemix - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

8

package.json
{
"name": "carbon-addons-bluemix",
"description": "Carbon Design System add-on for Bluemix products.",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",

@@ -19,4 +19,2 @@ "module": "es/index.js",

"dependencies": {
"carbon-components": "^7.0.0",
"carbon-icons": "^6.0.4",
"lodash.debounce": "^4.0.8"

@@ -37,2 +35,3 @@ },

"browser-sync": "~2.10.0",
"carbon-components": "^7.26.5",
"chai": "^3.5.0",

@@ -102,2 +101,5 @@ "core-js": "^2.4.0",

},
"peerDependencies": {
"carbon-components": "^7.26.5"
},
"files": [

@@ -104,0 +106,0 @@ "css/**/*",

@@ -9,3 +9,3 @@ # `carbon-addons-bluemix`

## Install
## Usage

@@ -16,6 +16,16 @@ You can install `carbon-addons-bluemix` with either `npm` or `yarn` by doing:

npm install carbon-addons-bluemix --save
# Or, with yarn
# with yarn
yarn add carbon-addons-bluemix
```
In addition, if you're not currently including `carbon-components` in your
project, you'll also have to add it as a peer dependency. You can install
`carbon-components` in a similar way as above by doing:
```bash
npm install carbon-components --save
# with yarn
yarn add carbon-components
```
## :books: Documentation

@@ -27,1 +37,3 @@

this repo.
- Also check out the examples in the `examples` directory for more information
on integrating it with common build tools
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