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
124
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 0.2.7-alpha.6 to 0.2.7-alpha.7

12

package.json
{
"name": "@useblu/ocean-react",
"version": "0.2.7-alpha.6+fb91cdc",
"version": "0.2.7-alpha.7+bf9a79b",
"private": false,

@@ -19,4 +19,3 @@ "description": "React components that implement Ocean's Design System.",

"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
"storybook": "start-storybook -c ../../.storybook -p 6006 -s ../../.storybook/assets"
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix"
},

@@ -43,7 +42,6 @@ "keywords": [

"@types/classnames": "2.2.11",
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"ts-node": "^9.1.1"
"@types/rollup-plugin-peer-deps-external": "^2.2.0"
},
"peerDependencies": {
"@useblu/ocean-components": "0.2.6",
"@useblu/ocean-core": "0.2.6",
"react": ">=16.8.0",

@@ -56,3 +54,3 @@ "react-dom": ">=16.8.0"

"sideEffects": false,
"gitHead": "fb91cdcf40e78ac67d7a1a760db9534befe2dcd7"
"gitHead": "bf9a79b792e06882a7ee365950ecd5e7775c239c"
}

@@ -12,3 +12,3 @@ # @useblu/ocean-react

```bash
yarn add @useblu/ocean-react
yarn add @useblu/ocean-core @useblu/ocean-react
```

@@ -19,3 +19,3 @@

```bash
npm i @useblu/ocean-react
npm i @useblu/ocean-core @useblu/ocean-react
```

@@ -29,3 +29,3 @@

import '@useblu/ocean-components/dist/ocean-ds.min.css';
import '@useblu/ocean-core/dist/ocean.min.css';
import { Button } from '@useblu/ocean-react';

@@ -32,0 +32,0 @@

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