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

@devseed-ui/collecticons

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devseed-ui/collecticons - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

14

CHANGELOG.md
# @devseed-ui/collecticons
## 0.11.0
### Minor Changes
- global loading, page-header, buttons, skins
### Patch Changes
- 662326e: Adds button groups and adds tests to other packages
- Updated dependencies [undefined]
- Updated dependencies [662326e]
- @devseed-ui/button@2.3.0
## 0.10.0
### Minor Changes
- Adds dropdown with collecticons

4

package.json
{
"name": "@devseed-ui/collecticons",
"version": "0.10.0",
"version": "0.11.0",
"description": "devseed UI Kit Collecticons",

@@ -16,5 +16,5 @@ "browser": "./dist/index.web.js",

"dependencies": {
"@devseed-ui/button": "^2.2.1",
"@devseed-ui/button": "^2.3.0",
"collecticons-lib": "^2.1.0"
}
}

@@ -5,3 +5,3 @@ import React from 'react';

import styled from 'styled-components';
import Button from '@devseed-ui/button';
import { Button } from '@devseed-ui/button';

@@ -8,0 +8,0 @@ import collecticon from '.';

import React from 'react';
import { storiesOf } from '@storybook/react';
import styled from 'styled-components';
import Button from '@devseed-ui/button';
import { Button } from '@devseed-ui/button';

@@ -6,0 +6,0 @@ import collecticon from '.';

import { css } from 'styled-components';
import '../node_modules/collecticons-lib/dist/styles/icons.css';
import '../../../node_modules/collecticons-lib/dist/styles/icons.css';
const catalog = require('./catalog.json');

@@ -4,0 +4,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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