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

@useblu/ocean-components

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useblu/ocean-components - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

CHANGELOG.md

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

## [0.2.3](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.2...v0.2.3) (2021-03-08)
**Note:** Version bump only for package @useblu/ocean-components
## [0.2.2](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.1...v0.2.2) (2021-03-05)

@@ -8,0 +12,0 @@

2

dist/index.es.js

@@ -297,2 +297,3 @@ import React, { useContext, useMemo, useRef, useEffect, useCallback, useLayoutEffect, useState } from 'react';

/* eslint-disable no-restricted-globals, eqeqeq */
/**

@@ -326,3 +327,2 @@ * React currently throws a warning when using useLayoutEffect on the server.

*/
var useIsomorphicLayoutEffect = /*#__PURE__*/canUseDOM() ? useLayoutEffect : useEffect;

@@ -329,0 +329,0 @@

@@ -305,2 +305,3 @@ 'use strict';

/* eslint-disable no-restricted-globals, eqeqeq */
/**

@@ -334,3 +335,2 @@ * React currently throws a warning when using useLayoutEffect on the server.

*/
var useIsomorphicLayoutEffect = /*#__PURE__*/canUseDOM() ? React.useLayoutEffect : React.useEffect;

@@ -337,0 +337,0 @@

{
"name": "@useblu/ocean-components",
"version": "0.2.2",
"version": "0.2.3",
"description": "React components that implement Ocean's Design System.",

@@ -37,3 +37,3 @@ "main": "dist/index.js",

"dependencies": {
"@reach/auto-id": "0.12.1",
"@reach/auto-id": "0.13.2",
"classnames": "2.2.6"

@@ -48,3 +48,3 @@ },

},
"gitHead": "7de33196bbf321b9e1b0a570ca1823717dbe24fc"
"gitHead": "10f9f494fc05099381e82685bb70e9b379a21f99"
}

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