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

brainly-style-guide

Package Overview
Dependencies
Maintainers
7
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainly-style-guide - npm Package Compare versions

Comparing version 159.2.0 to 159.2.1

2

commonjs/components/form-elements/Input.js

@@ -14,3 +14,3 @@ "use strict";

var _Flex = _interopRequireDefault(require("flex/Flex"));
var _Flex = _interopRequireDefault(require("../flex/Flex"));

@@ -17,0 +17,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -16,3 +16,3 @@ "use strict";

var _Flex = _interopRequireDefault(require("flex/Flex"));
var _Flex = _interopRequireDefault(require("../flex/Flex"));

@@ -19,0 +19,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -7,3 +7,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import Text from '../text/Text';
import Flex from 'flex/Flex';
import Flex from '../flex/Flex';
export var TYPE = Object.freeze({

@@ -10,0 +10,0 @@ BUTTON: 'button',

@@ -7,3 +7,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import Text from '../text/Text';
import Flex from 'flex/Flex';
import Flex from '../flex/Flex';
export var SIZE = {

@@ -10,0 +10,0 @@ SHORT: 'short',

{
"name": "brainly-style-guide",
"version": "159.2.0",
"version": "159.2.1",
"description": "Brainly Front-End Style Guide",

@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git",

@@ -6,3 +6,3 @@ // @flow strict

import Text from '../text/Text';
import Flex from 'flex/Flex';
import Flex from '../flex/Flex';

@@ -9,0 +9,0 @@ type InputSizeType = 'normal' | 'large';

@@ -6,3 +6,3 @@ // @flow strict

import Text from '../text/Text';
import Flex from 'flex/Flex';
import Flex from '../flex/Flex';

@@ -9,0 +9,0 @@ type TextareaSizeType = 'short' | 'normal' | 'tall' | 'xtall';

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