New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devseed-ui/collecticons

Package Overview
Dependencies
Maintainers
3
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 1.0.0 to 2.0.0-rc.0

6

CHANGELOG.md
# @devseed-ui/collecticons
## 2.0.0-rc.0
### Major Changes
- Update styles to reflect theme changes
## 1.0.0

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

2

package.json
{
"name": "@devseed-ui/collecticons",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "devseed UI Kit Collecticons",

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

import React from 'react';
import { storiesOf } from '@storybook/react';
import styled from 'styled-components';
import { DevseedUiThemeProvider } from '@devseed-ui/theme-provider';
import collecticon from '.';
import collecticon, { CollecticonsGlobalStyle } from '.';

@@ -14,3 +15,6 @@ const Icon = styled.span`

storiesOf('Collecticons', module).add('Default', () => (
<Icon>Icon before the text</Icon>
<DevseedUiThemeProvider>
<CollecticonsGlobalStyle />
<Icon>Icon before the text</Icon>
</DevseedUiThemeProvider>
));
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