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

@alfalab/core-components-attach

Package Overview
Dependencies
Maintainers
17
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-attach - npm Package Compare versions

Comparing version 6.0.8 to 6.0.9

4

Component.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib = require('tslib');

@@ -21,3 +23,3 @@ var React = require('react');

var styles = {"component":"attach__component_abuhd","label":"attach__label_abuhd","control":"attach__control_abuhd","xxs":"attach__xxs_abuhd","file":"attach__file_abuhd","noFile":"attach__noFile_abuhd","xs":"attach__xs_abuhd","s":"attach__s_abuhd","m":"attach__m_abuhd","l":"attach__l_abuhd","clear":"attach__clear_abuhd","progressBar":"attach__progressBar_abuhd","disabled":"attach__disabled_abuhd","icon":"attach__icon_abuhd","focused":"attach__focused_abuhd"};
var styles = {"component":"attach__component_1wafx","label":"attach__label_1wafx","control":"attach__control_1wafx","xxs":"attach__xxs_1wafx","file":"attach__file_1wafx","noFile":"attach__noFile_1wafx","xs":"attach__xs_1wafx","s":"attach__s_1wafx","m":"attach__m_1wafx","l":"attach__l_1wafx","clear":"attach__clear_1wafx","progressBar":"attach__progressBar_1wafx","disabled":"attach__disabled_1wafx","icon":"attach__icon_1wafx","focused":"attach__focused_1wafx"};
require('./index.css')

@@ -24,0 +26,0 @@

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib = require('tslib');

@@ -4,0 +6,0 @@ var React = require('react');

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var Component = require('./Component.js');

@@ -4,0 +6,0 @@ require('tslib');

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function truncateFilename(filename, maxFilenameLength) {

@@ -4,0 +6,0 @@ if (maxFilenameLength && filename.length > maxFilenameLength) {

@@ -13,3 +13,3 @@ import { __rest, __spreadArray, __assign } from 'tslib';

var styles = {"component":"attach__component_abuhd","label":"attach__label_abuhd","control":"attach__control_abuhd","xxs":"attach__xxs_abuhd","file":"attach__file_abuhd","noFile":"attach__noFile_abuhd","xs":"attach__xs_abuhd","s":"attach__s_abuhd","m":"attach__m_abuhd","l":"attach__l_abuhd","clear":"attach__clear_abuhd","progressBar":"attach__progressBar_abuhd","disabled":"attach__disabled_abuhd","icon":"attach__icon_abuhd","focused":"attach__focused_abuhd"};
var styles = {"component":"attach__component_1wafx","label":"attach__label_1wafx","control":"attach__control_1wafx","xxs":"attach__xxs_1wafx","file":"attach__file_1wafx","noFile":"attach__noFile_1wafx","xs":"attach__xs_1wafx","s":"attach__s_1wafx","m":"attach__m_1wafx","l":"attach__l_1wafx","clear":"attach__clear_1wafx","progressBar":"attach__progressBar_1wafx","disabled":"attach__disabled_1wafx","icon":"attach__icon_1wafx","focused":"attach__focused_1wafx"};
require('./index.css')

@@ -16,0 +16,0 @@

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var Component = require('./Component.js');

@@ -4,0 +6,0 @@ require('tslib');

@@ -12,3 +12,3 @@ import React, { useState, useRef, useEffect } from 'react';

const styles = {"component":"attach__component_abuhd","label":"attach__label_abuhd","control":"attach__control_abuhd","xxs":"attach__xxs_abuhd","file":"attach__file_abuhd","noFile":"attach__noFile_abuhd","xs":"attach__xs_abuhd","s":"attach__s_abuhd","m":"attach__m_abuhd","l":"attach__l_abuhd","clear":"attach__clear_abuhd","progressBar":"attach__progressBar_abuhd","disabled":"attach__disabled_abuhd","icon":"attach__icon_abuhd","focused":"attach__focused_abuhd"};
const styles = {"component":"attach__component_1wafx","label":"attach__label_1wafx","control":"attach__control_1wafx","xxs":"attach__xxs_1wafx","file":"attach__file_1wafx","noFile":"attach__noFile_1wafx","xs":"attach__xs_1wafx","s":"attach__s_1wafx","m":"attach__m_1wafx","l":"attach__l_1wafx","clear":"attach__clear_1wafx","progressBar":"attach__progressBar_1wafx","disabled":"attach__disabled_1wafx","icon":"attach__icon_1wafx","focused":"attach__focused_1wafx"};
require('./index.css')

@@ -15,0 +15,0 @@

{
"name": "@alfalab/core-components-attach",
"version": "6.0.8",
"version": "6.0.9",
"description": "",

@@ -20,5 +20,5 @@ "keywords": [],

"dependencies": {
"@alfalab/core-components-button": "^7.1.1",
"@alfalab/core-components-keyboard-focusable": "^4.0.4",
"@alfalab/core-components-progress-bar": "^3.0.3",
"@alfalab/core-components-button": "^8.0.0",
"@alfalab/core-components-keyboard-focusable": "^4.0.5",
"@alfalab/core-components-progress-bar": "^3.0.4",
"@alfalab/icons-glyph": "^2.89.0",

@@ -25,0 +25,0 @@ "@alfalab/utils": "^1.13.3",

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function truncateFilename(filename, maxFilenameLength) {

@@ -4,0 +6,0 @@ if (maxFilenameLength && filename.length > maxFilenameLength) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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