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

piview

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piview - npm Package Compare versions

Comparing version 3.4.10 to 3.5.1

2

package.json
{
"name": "piview",
"version": "3.4.10",
"version": "3.5.1",
"title": "iView",

@@ -5,0 +5,0 @@ "description": "A high quality UI components Library with Vue.js",

@@ -116,2 +116,7 @@ <p align="center">

- Radio add props beforeChange
- uploader add formates and onPreview add types
- uploader list add listItemDel props
- Modal change style center
- badge add props color
- datapicker add clear methods

@@ -118,0 +123,0 @@ ## Community

@@ -30,3 +30,2 @@ import Vue from 'vue';

let footerVNodes = [];
debugger
if (this.showCancel) {

@@ -33,0 +32,0 @@ footerVNodes.push(h(Button, {

@@ -33,3 +33,3 @@ //'gif','jpg','jpeg','png','bmp','webp'

`;
let mimeTypesAry = mimeTypes.split('#');
let mimeTypesAry = mimeTypes.split('#');
let ary = mimeTypesAry.filter( item => type.some( items => item.includes(items+"&") ) ) ;

@@ -36,0 +36,0 @@ //s.replace(/[\'\"\\\/\b\f\n\r\t]/g, '');

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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