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

gl-w-attachment-frontend

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-w-attachment-frontend - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/core-services-attachment.service.d.ts

@@ -22,2 +22,3 @@ import { IAttachmentData, IAttachmentFileInfo } from './core-services-attachment.interface';

declare class Validate {
maxSize: (input: HTMLInputElement) => number;
file(input: HTMLInputElement, accepts: string[]): boolean;

@@ -27,3 +28,2 @@ fileArray(fileName: string, accepts: string[]): boolean;

fileSizeFromArray(input: HTMLInputElement, file: File): boolean;
maxSize: (input: HTMLInputElement) => number;
duplicated(fileName: string, attachmentList: IAttachmentData[]): boolean;

@@ -30,0 +30,0 @@ }

{
"name": "gl-w-attachment-frontend",
"version": "1.0.1",
"version": "1.0.2",
"description": "Common code for using among web front-end development such as ES6+ and TypeScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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