New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@potok/button

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potok/button - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

lib/README.md

@@ -12,3 +12,3 @@ ### Install

```js static
import Button from '@potok/button;
import Button from '@potok/button';

@@ -27,6 +27,6 @@ const ButtonExample = () => (

```js
const Grid = require("../Grid").default;
const Grid = require('../../../utils/Grid').default
const Button = require("./Button").default;
<Grid>
<Grid rowCount={2}>
<div>

@@ -52,3 +52,3 @@ <Button>Button</Button>

```js
const Grid = require("../Grid").default;
const Grid = require('../../../utils/Grid').default
const Button = require("./Button").default;

@@ -58,3 +58,3 @@ const CreateIcon = require("@potok/icons/glyph/create").default;

<Grid>
<Grid rowCount={2}>
<div>

@@ -61,0 +61,0 @@ <Button iconAfter={<CreateIcon />}>Button</Button>

{
"name": "@potok/button",
"version": "0.1.0",
"version": "0.1.1",
"description": "Potok.io UI Kit buttons",

@@ -13,3 +13,3 @@ "main": "./lib/Button.jsx",

"devDependencies": {
"@potok/icons": "^1.1.0",
"@potok/icons": "^1.1.1",
"prettier": "^1.12.0"

@@ -16,0 +16,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