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

vap

Package Overview
Dependencies
Maintainers
3
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

4

layouts/display/Page/interface.d.ts

@@ -19,2 +19,6 @@ /// <reference types="react" />

/**
* 有些一级的SVG图像有Resize问题,存在问题时需要增加fixed=true
*/
fixed?: boolean;
/**
* 跨度大小,分成24份

@@ -21,0 +25,0 @@ */

2

layouts/display/Page/Panel.js

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

Panel.prototype.componentDidMount = function () {
if (!_.has(this.props, 'width')) {
if (!_.has(this.props, 'width') && this.props.fixed) {
var div = ReactDOM.findDOMNode(this);

@@ -64,0 +64,0 @@ //@ts-ignore

{
"name": "vap",
"version": "1.7.5",
"version": "1.7.6",
"description": "vap",

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

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