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.5 to 0.2.6

4

CHANGELOG.md

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

## [0.2.6](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.5...v0.2.6) (2021-03-08)
**Note:** Version bump only for package @useblu/ocean-components
## [0.2.5](https://github.com/Pagnet/ocean-ds-web/compare/v0.2.4...v0.2.5) (2021-03-08)

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

44

package.json
{
"name": "@useblu/ocean-components",
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"description": "React components that implement Ocean's Design System.",

@@ -11,7 +12,2 @@ "main": "dist/index.js",

],
"keywords": [
"react",
"react-component",
"ocean design"
],
"scripts": {

@@ -24,15 +20,19 @@ "prebuild": "rimraf dist",

"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
"storybook": "start-storybook -c ../../.storybook -p 6006 -s ../../.storybook/assets"
},
"repository": "git@github.com:Pagnet/ocean-ds-web.git",
"keywords": [
"react",
"react-component",
"ocean design"
],
"homepage": "https://pagnet.github.io/ocean-ds-web/index.html",
"bugs": "https://github.com/Pagnet/ocean-ds-web/issues",
"license": "GPL-3.0",
"author": "Blu Pagamentos <devs@useblu.com.br>",
"license": "GPL-3.0",
"private": false,
"publishConfig": {
"access": "public"
"repository": {
"type": "git",
"url": "https://github.com/Pagnet/ocean-ds-web.git",
"directory": "packages/ocean-components"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {

@@ -44,8 +44,18 @@ "@reach/auto-id": "0.13.2",

"@types/classnames": "2.2.11",
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"@types/rollup-plugin-postcss": "^2.0.0",
"@useblu/tokens": "^2.0.0",
"rollup-plugin-postcss": "^3.1.6",
"rollup-plugin-sass": "^1.2.2"
"rollup-plugin-sass": "^1.2.2",
"ts-node": "^9.1.1"
},
"gitHead": "ba6e41912dfba044e7a579c980cb4ab3682b28f6"
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"gitHead": "af78cc610116124a8def115ed0a1ecefef198533"
}
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