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

@useblu/ocean-react

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useblu/ocean-react - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

List/index.d.ts

6

CHANGELOG.md

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

# [1.19.0](https://github.com/ocean-ds/ocean-web/compare/v1.18.1...v1.19.0) (2021-09-06)
### Features
- **transaction-list-item:** add list and transaction list item component ([#799](https://github.com/ocean-ds/ocean-web/issues/799)) ([43197f1](https://github.com/ocean-ds/ocean-web/commit/43197f1869bad85ff2b03d6184e9d7280d001027))
# [1.18.0](https://github.com/ocean-ds/ocean-web/compare/v1.17.0...v1.18.0) (2021-08-30)

@@ -8,0 +14,0 @@

2

package.json
{
"name": "@useblu/ocean-react",
"version": "1.18.0",
"version": "1.19.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.",

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

declare const Tag: React.ForwardRefExoticComponent<{
type?: "default" | "positive" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | undefined;
type?: "positive" | "default" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | undefined;
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;

@@ -10,0 +10,0 @@ } & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;

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