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

talk-message-forms

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talk-message-forms - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

8

lib/util/position.js

@@ -5,3 +5,3 @@ (function() {

FILE_CATEGORY = ['text', 'image', 'application', 'video', 'audio'];
FILE_CATEGORY = ['text', 'image', 'application', 'audio', 'video'];

@@ -12,4 +12,4 @@ FILE_TYPE = {

application: ['sketch', ['ppt', 'pptx'], ['doc', 'docx'], ['xls', 'xlsx'], 'pages', 'numbers', 'keynotes', 'pdf', ['zip', 'rar', 'dmg', 'jar']],
video: [],
audio: []
audio: [],
video: []
};

@@ -41,3 +41,3 @@

if (category === 'image' || category === 'video' || category === 'audio') {
y = FILE_TYPE.length;
y = FILE_TYPE[category].length;
} else {

@@ -44,0 +44,0 @@ x = FILE_CATEGORY.length;

{
"name": "talk-message-forms",
"version": "1.3.3",
"version": "1.3.4",
"description": "The Message Structure and Layout of jianliao.com",

@@ -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