🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@digicat/components

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digicat/components - npm Package Compare versions

Comparing version

to
0.0.4

7

package.json
{
"name": "@digicat/components",
"version": "0.0.3",
"version": "0.0.4",
"description": "React components for Digital Catapult projects.",

@@ -8,2 +8,5 @@ "license": "Apache-2.0",

"module": "src/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {

@@ -21,3 +24,3 @@ "prop-types": "^15.7.2",

},
"gitHead": "c30fd26cd9223155df93384c10eb1540179c0b2c"
"gitHead": "168de714591b51cbb5398b6173ff1ee98bf68c8d"
}

@@ -1,3 +0,5 @@

<h1 align="center">Digital Catapult Component Library</h1>
<h1 align="center">DC Component Library</h1>
React components built for Digital Catapult projects 🧠
## Installation

@@ -17,4 +19,2 @@

Here is a quick example to get you started, **it's all you need**:
```jsx

@@ -35,10 +35,1 @@ import React from 'react'

Check out our [storybook ](https://digicat-components.netlify.app/) for documentation of individual components.
## Contributing
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements.
## License
This project is licensed under the terms of the
[Apache License](/LICENSE).