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

@tds/core-decorative-icon

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-decorative-icon - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.1](https://github.com/telusdigital/tds/compare/@tds/core-decorative-icon@1.1.0...@tds/core-decorative-icon@1.1.1) (2019-03-18)
**Note:** Version bump only for package @tds/core-decorative-icon
# [1.1.0](https://github.com/telusdigital/tds/compare/@tds/core-decorative-icon@1.0.2...@tds/core-decorative-icon@1.1.0) (2019-03-15)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@tds/core-decorative-icon",
"version": "1.1.0",
"version": "1.1.1",
"description": "An icon used for visual aesthetics only",

@@ -31,5 +31,5 @@ "main": "index.cjs.js",

"devDependencies": {
"@tds/core-colours": "^1.1.0"
"@tds/core-colours": "^1.1.1"
},
"gitHead": "5beda031b1bf94978b753779d1ec631315440efe"
"gitHead": "ea3b77783cdf105809f1982b93ee47b53ad130f9"
}

@@ -1092,3 +1092,7 @@ ### Naming Convention

<FlexGrid.Col>
<MapIcon />
{/**
* This is a workaround for reserved names
* that cannot be overridden in globalComponents.js
*/
typeof MapIcon === 'undefined' ? <Map /> : <MapIcon />}
</FlexGrid.Col>

@@ -1170,3 +1174,3 @@ <FlexGrid.Col>

<FlexGrid.Col>
<ClipboardIcon />
{typeof ClipboardIcon === 'undefined' ? <Clipboard /> : <ClipboardIcon />}
</FlexGrid.Col>

@@ -1602,3 +1606,3 @@ <FlexGrid.Col>

<FlexGrid.Col>
<DocumentIcon />
{typeof DocumentIcon === 'undefined' ? <Document /> : <DocumentIcon />}
</FlexGrid.Col>

@@ -1605,0 +1609,0 @@ <FlexGrid.Col>

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